Interface to TSP solvers.
More...
|
IEnumerable< TNode > | Tour [get] |
| Returns the nodes present in the current tour in visiting order. More...
|
|
double | TourCost [get] |
| The cost of the current tour. More...
|
|
Interface to TSP solvers.
- Template Parameters
-
Definition at line 56 of file Tsp.cs.
IEnumerable<TNode> Satsuma.ITsp< TNode >.Tour |
|
get |
Returns the nodes present in the current tour in visiting order.
If the tour is not empty, then its starting node is repeated at the end.
Definition at line 60 of file Tsp.cs.
double Satsuma.ITsp< TNode >.TourCost |
|
get |
The cost of the current tour.
Definition at line 62 of file Tsp.cs.
The documentation for this interface was generated from the following file: