|
| | MeritActivitySize (Space &home, const VarBranch &vb) |
| | Constructor for initialization. More...
|
| |
| | MeritActivitySize (Space &home, bool shared, MeritActivitySize &m) |
| | Constructor for cloning. More...
|
| |
| double | operator() (const Space &home, View x, int i) |
| | Return size over activity as merit for 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) |
| | Dispose view selection. More...
|
| |
| | MeritBase (Space &home, const VarBranch &vb) |
| | Constructor for initialization. More...
|
| |
| | MeritBase (Space &home, bool share, MeritBase &mb) |
| | 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 view merit class. More...
|
| |
template<class View>
class Gecode::Int::Branch::MeritActivitySize< View >
Merit class for size over activity.
Requires
Definition at line 161 of file branch.hh.