HyperGraph Library v1.16
alex-87
released this
21 Dec 19:51
·
151 commits
to master
since this release
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