Public Member Functions |
| AssignValMed (void) |
| Default constructor.
|
| AssignValMed (Space &home, const ValBranchOptions &vbo) |
| Constructor for initialization.
|
| ValMed (void) |
| Default constructor.
|
| ValMed (Space &home, const ValBranchOptions &vbo) |
| Constructor for initialization.
|
int | val (Space &home, View x) const |
| Return maximum value of view x.
|
ModEvent | tell (Space &home, unsigned int a, View x, int n) |
| Tell (a = 0) or (a = 1)
|
| ValSelBase (void) |
| Default constructor.
|
| ValSelBase (Space &home, const ValBranchOptions &vbo) |
| Constructor for initialization.
|
EmptyValSelChoice | choice (Space &home) |
| Return choice.
|
EmptyValSelChoice | choice (const Space &home, Archive &e) |
| Return choice.
|
void | commit (Space &home, const EmptyValSelChoice &c, unsigned a) |
| Commit to choice.
|
void | update (Space &home, bool share, ValSelBase &vs) |
| Updating during cloning.
|
void | dispose (Space &home) |
| Delete value selection.
|
template<class View>
class Gecode::Int::Branch::AssignValMed< View >
Class for assigning maximum value.
Definition at line 262 of file branch.hh.