|
solver
1.0
|
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 | |
| Location * | loc |
| Location where a power saving mode was changed. | |
| RobotPowerMode * | m1 |
| Original power saving mode that was replaced by another one. | |
| RobotPowerMode * | m2 |
| The power saving mode which replaced the original one. | |
An element of the tabu list.
Definition at line 305 of file DataStructures.h.
1.8.9.1