Merit class for CHB.
More...
#include <merit.hpp>
|
| | MeritCHB (Space &home, const VarBranch< Var > &vb) |
| | Constructor for initialization.
|
| | MeritCHB (Space &home, MeritCHB &ma) |
| | Constructor for cloning.
|
| double | operator() (const Space &home, View x, int i) |
| | Return action as merit for view x at position i.
|
| bool | notice (void) const |
| | Whether dispose must always be called (that is, notice is needed).
|
| void | dispose (Space &home) |
| | Dispose view selection.
|
| | MeritBase (Space &home, const VarBranch< Var > &vb) |
| | Constructor for initialization.
|
| bool | notice (void) const |
| | Whether dispose must always be called (that is, notice is needed).
|
| void | dispose (Space &home) |
| | Delete view merit class.
|
|
| typedef View | View |
| | View type.
|
| typedef View::VarType | Var |
| | Corresponding variable type.
|
| typedef double | Val |
| | Type of merit.
|
template<class
View>
class Gecode::MeritCHB< View >
Merit class for CHB.
Definition at line 153 of file merit.hpp.
◆ MeritCHB() [1/2]
Constructor for initialization.
◆ MeritCHB() [2/2]
Constructor for cloning.
Definition at line 301 of file merit.hpp.
◆ operator()()
Return action as merit for view x at position i.
Definition at line 305 of file merit.hpp.
◆ notice()
Whether dispose must always be called (that is, notice is needed).
Definition at line 310 of file merit.hpp.
◆ dispose()
Dispose view selection.
Definition at line 315 of file merit.hpp.
◆ chb
The documentation for this class was generated from the following file: