Releases: alex-87/HyperGraphLib
HyperGraph Library v2.1
- Fixing issue on Isomorphism
- Licensing under the MIT License
HyperGraph Library v2.0
The HypreGraphLib v2.0 is the result of major changes on the following elements :
- #2 To translate documentation in English
- #3 To add some tests
- #4 To review CMakeLists
- #6 To review HyperGraphFactory enhancement
- #7 To review "include" part
- #8 Issue concerning isomorph
Added dependencies are :
Removed dependencies are :
- Boost.Graph previously used for the Isomorphism Algorithm
This software uses the Boost Library. Please see the Boost license at http://www.boost.org/LICENSE_1_0.txt
HyperGraph Library v1.17
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
HyperGraph Library v1.16
The HyperGraphLib v1.16 Release is the result of adding the statistics module on hypergraphs. The module allow the user to obtain:
- The rang
- The co-rang
- The number of edges
- The number of vertex
- The number of links between edges and vertex
To get the v1.16 Release, type on a terminal:
svn co https://github.com/alex-87/HyperGraphLib/tags/HyperGraphLib-v1.16 . && cmake CMakeLists.txt && make && ./HypergraphLib --version
HyperGraph Library v1.15
The HyperGraphLib v1.15 Release is the result of a major memory bug correction. Some modifications has been done to deliver a powerfull release able to handle hudge hypergraphs without this memory issue.
To get the v1.15 Release, type on a terminal:
svn co https://github.com/alex-87/HyperGraphLib/tags/HyperGraphLib-v1.15 . && cmake CMakeLists.txt && make && ./HypergraphLib --version
HyperGraph Library v1.0
First release of HyperGraphLib. Version from original repository.