Skip to content

Example of a simple implicit graph created with the Boost Graph Library.

License

Notifications You must be signed in to change notification settings

antmd/Boost-Implicit-Graph-Example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This project contains a simple example of a read-only implicit weighted graph built using the Boost Graph Library. It can be used as a starting point for developers creating their own implicit graphs.

The example consists of a single program called implicit-graph which creates a simple graph, prints information about it, then uses it in a Dijkstra search.

Installation

You must have the Boost Graph Library installed. Set BOOST_PATH in the Makefile to point to the root of your Boost include tree. The implicit-graph program builds in the distribution directory and does not install anywhere else on the system.

History

  • Version 1.0.0: Initial release

Copyright

Copyright W.P. McNeill 2010.

Distributed under the Boost Software License, Version 1.0.

See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.

About

Example of a simple implicit graph created with the Boost Graph Library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.3%
  • Makefile 2.7%