|
| | MeritCHBSize (Space &home, const VarBranch< Var > &vb) |
| | Constructor for initialization. More...
|
| |
| | MeritCHBSize (Space &home, bool shared, MeritCHBSize &m) |
| | Constructor for cloning. More...
|
| |
| double | operator() (const Space &home, View x, int i) |
| | Return size over action 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< Var > &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::MeritCHBSize< View >
Merit class for CHB over size.
Requires
Definition at line 191 of file branch.hh.