|
| ValSelNearIncDec (Space &home, const ValBranch &vb) |
| Constructor for initialization. More...
|
|
| ValSelNearIncDec (Space &home, bool shared, ValSelNearIncDec &vs) |
| Constructor for cloning. More...
|
|
int | val (const Space &home, View x, int i) |
| Return value of view x at position i. More...
|
|
bool | notice (void) const |
| Whether dispose must always be called (that is, notice is needed) More...
|
|
void | dispose (Space &home) |
| Delete value selection. More...
|
|
| ValSel (Space &home, const ValBranch &vb) |
| Constructor for initialization. More...
|
|
| ValSel (Space &home, bool shared, ValSel< View, Val > &vs) |
| Constructor for cloning. More...
|
|
bool | notice (void) const |
| Whether dispose must always be called (that is, notice is needed) More...
|
|
void | dispose (Space &home) |
| Delete value selection. More...
|
|
template<class View, bool inc>
class Gecode::Int::Branch::ValSelNearIncDec< View, inc >
Value selection class for nearest value.
Requires
Definition at line 396 of file branch.hh.