solver  1.0
Public Member Functions | Public Attributes | List of all members
CircuitRecord Struct Reference

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< Locationhc
 Shortest closed path through locations, fixed locations are included.
 

Detailed Description

Shortest closed path through locations.

Selected alternative, fixed locations, and the corresponding shortest path through locations.

Definition at line 113 of file DataStructures.h.


The documentation for this struct was generated from the following file: