HyperGraphLib
HyperGraphLib copied to clipboard
C++ Hypergraph modelling Library using Boost and OpenMP with some algorithms, including isomorphism using Gecode.
It would be great to have a _directed_ hypergraph library in C++. Looking at HyperEdge.cpp, it would seem straightforward to split the vertex set into "head set" and "tail set",...
Incomplete singleton instance method leads to an incomplete singleton element. To do : - To create the new MotorAlgorithm instance on the "instance" method - To update the code in...
In order to improve the Path Search algorithm, to implement threaded-nodes could increase the algorithm's performances. The idea would be to build a smart hyper vertex network able to find...
Implementation of Diameter algorithm as enhancement.