This repository provides a uniform API for different graph implementations.
- gcc (with C++11 support)
This project has been test built only on Linux platform, using gcc with C++11 support. - Boost Graph Library
Boost Graph Library is a header-only library that contains different graph implementations. Currently, onlyboost::adjacency_list
is supported by the API but it can be extended to support other graph types.
This is a header-only library, intended to be used by including the relevant header files.