Hi, my opinion is that the CXXGraph library is more easy to use ( also Header-Only ), with a good standardization and interface. It can be extended in an easy way and its code is readable. Obviously the Boost-graph-library is more mature but I think CXXGraph library could be a great alternative
This is my personal work.
I try to make a simple interface in c++ to use the most common, and also the more rarely used algorithms on Graph.
The goal is a performing code with a simple interface to create, edit and manipulate graph data.
I am looking for someone who can help me in this open-source project.