|
template<class Var > |
static std::string | compare (std::string x_n, const VarArgArray< Var > &x, const VarArgArray< Var > &y) |
| Return string representation of difference between arrays x and y, which are called x_n. More...
|
|
static std::string | compare (std::string x_n, IntVar x, IntVar y) |
| Return string representation of difference between x and y, which are called x_n. More...
|
|
static std::string | compare (std::string x_n, BoolVar x, BoolVar y) |
| Return string representation of difference between x and y, which are called x_n. More...
|
|
static std::string | compare (std::string x_n, SetVar x, SetVar y) |
| Return string representation of difference between x and y, which are called x_n. More...
|
|
static std::string | compare (std::string x_n, FloatVar x, FloatVar y) |
| Return string representation of difference between x and y, which are called x_n. More...
|
|
Abstract base class for comparators.
A comparator provides a virtual method that is called when a node in the search tree is compared to another node.
Definition at line 123 of file gist.hh.