Skip to content

shuternay/boost_vector_as_graph_with_property

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

boost_vector_as_graph_with_property

This header defines some boost traits for vector<vector< pair<size_t, WeightType> >> (list of outgoing edges with weights for each vertex) in order to allow use it as graph for some boost distance algorithms (such as Dijkstra algorithm).

You can see an example of usage in main.cpp.

About

Some boost traits for std::vector to use it as graph in boost algos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published