|
solver
1.0
|
Shortest closed path through locations. More...
#include <DataStructures.h>
Collaboration diagram for CircuitRecord:Public Member Functions | |
| CircuitRecord (const ShortestCircuit &arg1, const HamiltonianCircuit< Location > &arg2) | |
| bool | operator< (const CircuitRecord &cr) const |
| It enables to sort the circuits according to their lengths (shorter is better). | |
Public Attributes | |
| ShortestCircuit | sc |
| Selected alternative and fixed locations. | |
| HamiltonianCircuit< Location > | hc |
| Shortest closed path through locations, fixed locations are included. | |
Shortest closed path through locations.
Selected alternative, fixed locations, and the corresponding shortest path through locations.
Definition at line 113 of file DataStructures.h.
1.8.9.1