
Base-class for merit class. More...
#include <gecode/kernel/branch/merit.hpp>
Public Types | |
| typedef View_ | View |
| View type. | |
| typedef View::VarType | Var |
| Corresponding variable type. | |
| typedef Val_ | Val |
| Type of merit. | |
Public Member Functions | |
| MeritBase (Space &home, const VarBranch< Var > &vb) | |
| Constructor for initialization. | |
| MeritBase (Space &home, MeritBase &mb) | |
| Constructor for cloning. | |
| bool | notice (void) const |
| Whether dispose must always be called (that is, notice is needed). | |
| void | dispose (Space &home) |
| Delete view merit class. | |
Base-class for merit class.
| typedef View_ Gecode::MeritBase< View_, Val_ >::View |
| typedef View::VarType Gecode::MeritBase< View_, Val_ >::Var |
| typedef Val_ Gecode::MeritBase< View_, Val_ >::Val |
|
inline |
|
inline |