HyperGraph Library v1.17
alex-87
released this
10 Mar 20:26
·
105 commits
to master
since this release
The HyperGraphLib v1.17 Release is the result of adding the Isomorphism algorithm. The algorithm decides whether two hypergraphs are isomorph.
The algorithm :
- Turns the hypergraphs into graphs
- Uses the Boost.Graph's Isomorph Algorithm
This software uses the Boost Library. Please see the Boost license at http://www.boost.org/LICENSE_1_0.txt
To get the v1.17 Release, type on a terminal:
svn co https://github.com/alex-87/HyperGraphLib/tags/HyperGraphLib-v1.17 . && cmake CMakeLists.txt && make && ./HypergraphLib --version