Struct used for describing a variable in the CSP. More...
#include <csp++.h>
Public Attributes | |
int | index |
Index of the variable. | |
bool | fixed |
If the value of the variable is set explicitely, this value is true. | |
T | value |
The value of the variable. | |
std::vector< T > | domain |
Domain of the variable, declared as a vector. |
Struct used for describing a variable in the CSP.