#include <merit.hpp>
Public Member Functions | |
MeritAFC (Space &home, const VarBranch< Var > &vb) | |
Constructor for initialization. | |
MeritAFC (Space &home, MeritAFC &ma) | |
Constructor for cloning. | |
double | operator() (const Space &home, View x, int i) |
Return AFC 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. | |
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. | |
Protected Attributes | |
AFC | afc |
AFC information. | |
Additional Inherited Members | |
![]() | |
typedef View | View |
View type. | |
typedef View::VarType | Var |
Corresponding variable type. | |
typedef double | Val |
Type of merit. | |
Gecode::MeritAFC< View >::MeritAFC | ( | Space & | home, |
const VarBranch< Var > & | vb ) |
Constructor for initialization.
|
inline |
|
inline |
|
inline |
|
protected |