Skip to content

Releases: alex-87/HyperGraphLib

HyperGraph Library v2.1

21 Mar 13:55
9777425
Compare
Choose a tag to compare
  • Fixing issue on Isomorphism
  • Licensing under the MIT License

HyperGraph Library v2.0

05 Jun 10:06
Compare
Choose a tag to compare

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 :

  • Criterion (>=2.3.0) used for unit tests
  • Gecode (>= 4.4.0) used for the Isomorphism algorithm

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

10 Mar 20:26
Compare
Choose a tag to compare

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

21 Dec 19:51
Compare
Choose a tag to compare

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

19 Oct 20:20
Compare
Choose a tag to compare

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

23 Sep 17:16
Compare
Choose a tag to compare

First release of HyperGraphLib. Version from original repository.