#include <incop.h>
Inheritance diagram for CSPMove:
Public Member Functions | |
int | eqmove (Move *move) |
void | copymove (Move *move) |
Move * | computetabumove (Configuration *config) |
Public Attributes | |
int | variable |
int | value |
|
the move stored is the inverse of the move done Reimplemented from Move. |
|
copy of move move1 into this Reimplemented from Move. |
|
the test of equality of a move (used for searching a move in the tabu list) Reimplemented from Move. |