solver  1.0
Public Member Functions | Public Attributes | List of all members
TabuList::Element Struct Reference

An element of the tabu list. More...

+ Collaboration diagram for TabuList::Element:

Public Member Functions

 Element (Location *l, RobotPowerMode *rm1, RobotPowerMode *rm2)
 
bool isEmpty () const
 Whether a tabu list element is empty, i.e. it does not contain a modification.
 
bool operator== (const Element &e) const
 The element is equal to the another one if all the data members are equal.
 

Public Attributes

Locationloc
 Location where a power saving mode was changed.
 
RobotPowerModem1
 Original power saving mode that was replaced by another one.
 
RobotPowerModem2
 The power saving mode which replaced the original one.
 

Detailed Description

An element of the tabu list.

Definition at line 305 of file DataStructures.h.


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