sdressler / MicroGraph

A C++ micro framework to store graphs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A C++ micro framework to store graphs

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 100.0%