GithubHelp home page GithubHelp logo

egbertbouman / fgm-cpp Goto Github PK

View Code? Open in Web Editor NEW
14.0 14.0 4.0 36 KB

C++ library for solving graph matching problems using Factorized Graph Matching

License: MIT License

C++ 94.28% Python 0.50% CMake 5.22%

fgm-cpp's People

Contributors

egbertbouman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

fgm-cpp's Issues

Build Error

Hi,
I encountered the following compilation issue while using fgm_code:
/fgm-cpp-0.0.2/fgm.cpp:3: /usr/include/Eigen/src/Core/CwiseBinaryOp.h:48:8: error: incomplete type ‘Eigen::internal::cwise_promote_storage_order<Eigen::Sparse, Eigen::Sparse, 0, 1>’ used in nested name specifier
and cmake info as follow:
`Make Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.

Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.

-- The C compiler identification is GNU 9.4.0
-- The CXX compiler identification is GNU 9.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PythonInterp: /usr/bin/python (found version "2.7.17")
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found version "2.7.17")
-- Found Boost: /usr/include (found version "1.65.1") found components: python
-- Configuring done
-- Generating done
-- Build files have been written to: /home/cidi/Downloads/fgm-cpp-0.0.2/build
`
Another question
function fgm(Eigen::MatrixXd& KP, Eigen::MatrixXd& KQ,
Eigen::MatrixXd& Ct, Eigen::MatrixXd& asgTX,
std::map<std::string, Eigen::MatrixXd>& gph1,
std::map<std::string, Eigen::MatrixXd>& gph2,
int nAlp = 101, int nItMa = 100, int nHst = 10);

What do Ct and asgTX matrix mean?

Looking forward to your reply.

BR

Example test file

Hej!

Would it be possible to add the test file or some documentation to the library ?
Thanks,

Best regards

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.