toulbar2
|
#include <incop.h>
Public Member Functions | |
virtual int | eqmove (Move *move1) |
virtual void | copymove (Move *move) |
virtual Move * | computetabumove (Configuration *config) |
root class Move
|
virtual |
the move to be put in the tabu list (to be implemented in the subclasses)
Reimplemented in CSPMove.
Referenced by TabuSearch::executebeforemove().
|
virtual |
copy of move move1 into this
Referenced by LSAlgorithm::configurationmove().
|
virtual |
the test of equality of a move (used for searching a move in the tabu list)