#include <move.h>
Inheritance diagram for SwapMove:
Public Member Functions | |
int | eqmove (Move *move) |
void | copymove (Move *move) |
Move * | computetabumove (Configuration *config) |
Public Attributes | |
int | variable1 |
int | variable2 |
|
the move to be put in the tabu list (to be implemented in the subclasses) Reimplemented from Move. Reimplemented in ExchangeMove. |
|
copy of move move1 into this Reimplemented from Move. Reimplemented in ExchangeMove. |
|
le test d'égalité de la liste taboue : ne pas faire un mouvement tabou Reimplemented from Move. Reimplemented in ExchangeMove. |