graph icon indicating copy to clipboard operation
graph copied to clipboard

Efficient, header-only graph library for C++17 with a pleasant interface.

Results 5 graph issues
Sort by recently updated
recently updated
newest added

How difficult it is to make the library work in C++14 as well? If the dependencies are essentially on the library (e.g. `std::variant`, `std::any`) - there are C++14 alternatives for...

Views of two or more graphs as a single Cartesian or tensor product graph should be added.

enhancement

Add's `conanfile.py` via [conan template](https://github.com/bincrafters/conan-templates/tree/master/header_only)

This project seems very promising. Thank you for your efforts! I want to ask you if you have any plan or schedule. The graph theory is rich and huge! What...

An efficient algorithm for computing strongly-connected components should be added. The result should be a view of the graph which is itself a tree of components. It should support querying...

enhancement