solver  1.0
Public Attributes | List of all members
HamiltonianCircuit< T > Struct Template Reference

Closed path through locations or static activities including an order of operations, i.e. alternative. More...

#include <DataStructures.h>

+ Collaboration diagram for HamiltonianCircuit< T >:

Public Attributes

double minLength
 The lower bound on the robot cycle time for this circuit (neglecting global constraints).
 
std::vector< T * > circuit
 Closed path through locations or static activities, each static activity is visited just once.
 

Detailed Description

template<class T>
struct HamiltonianCircuit< T >

Closed path through locations or static activities including an order of operations, i.e. alternative.

Template Parameters
TEither a pointer to Location or StaticActivity.

Definition at line 85 of file DataStructures.h.


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