A general-purpose lightweight C++ graph library
Run the following Vcpkg command to install the port.
vcpkg install graaf
graaf is header-only and can be used from CMake via:
find_path(GRAAF_INCLUDE_DIRS "graaflib/graph.h")
target_include_directories(main PRIVATE ${GRAAF_INCLUDE_DIRS})
v1.1.1#0
Feb 26, 2025
All
bobluppes/graaf
bobluppes.github.io/graaf
b99f691e45
MIT
Manifest