Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2018. The current version is 1.89.0.
| V | A type that is a model of Dijkstra Visitor. |
| vis | An object of type V. |
| G | A type that is a model of Graph. |
| g | An object of type G. |
| v | An object of type boost::graph_traits<G>::vertex_descriptor. |
| Name | Expression | Return Type | Description |
|---|---|---|---|
| Visit Vertex | vis.visit_vertex(v, g) | void | This is invoked on each vertex of the graph when it is visited as part of the TSP tour. |
| Copyright © 2008 | Matyas Egyhazy |