TSP Tour Visitor concept
This concept defines the visitor interface for
metric_tsp_approx() and related
algorithms. The user can create a class that matches this interface, and
then pass objects of the class into metric_tsp_approx() to
augment the actions taken during the search.
Notation
V |
A type that is a model of Dijkstra Visitor. |
|---|---|
|
An object of type |
|
A type that is a model of Graph. |
|
An object of type |
|
An object of type
|