/MicroGraph

A C++ micro framework to store graphs

Primary LanguageC++BSD 2-Clause "Simplified" LicenseBSD-2-Clause

MicroGraph

MicroGraph is a C++ micro framework to store graphs. It has its origins in the Boost Graph Library (BGL). It only implements the core functionality of the BGL and adds some missing functionality, e.g. traversation of incoming and outgoing edges.

Installation

Simply use the header file in your project.

Changelog

  • 2013/03/27: 0.1 - Initial release