|
Camargue
|
Information about the current best tour. More...
#include <datagroups.hpp>
Public Member Functions | |
| BestGroup (const Instance &inst, Graph::CoreGraph &core_graph) | |
| Construct a starting best tour with chained Lin-Kernighan. | |
| BestGroup (const Instance &inst, Graph::CoreGraph &core_graph, const std::string &tourfile) | |
| Load a starting best tour from file. | |
Public Attributes | |
| std::vector< int > | best_tour_edges |
| Binary vector of tour edges. | |
| std::vector< int > | best_tour_nodes |
| Sequence of nodes in the tour. | |
| std::vector< int > | perm |
Defined by perm[best_tour_nodes[i]] = i. | |
| double | min_tour_value |
| The tour length. | |
Information about the current best tour.
1.8.11