1. Home
  2. Browse
  3. graaf

graaf

v1.1.1#0Latest

A general-purpose lightweight C++ graph library

Install

Run the following Vcpkg command to install the port.

vcpkg install graaf

Usage

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})

See source

Version

v1.1.1#0

Publication

Supports

All

GitHub

bobluppes/graaf

Homepage

bobluppes.github.io/graaf

Subtree

b99f691e45

License

MIT

Definition

Manifest