Skip to Content

graaf v1.1.1

Created
Updated

A general-purpose lightweight C++ graph library

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

# License

# Supported Platforms

All platforms are supported

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • Emilian R's avatar Emilian R

# Changelog

  • b99f691 [graaf] new port (#44004)

# Source