Merit class for user-defined merit function. More...
#include <brancher-merit.hpp>
Public Types | |
typedef View::VarType | Var |
Corresponding variable type. | |
typedef BranchTraits< Var >::Merit | Function |
Corresponding merit function type. | |
Public Member Functions | |
MeritFunction (Space &home, const VarBranch &vb) | |
Constructor for initialization. | |
MeritFunction (Space &home, bool shared, MeritFunction &mf) | |
Constructor for cloning. | |
double | operator() (const Space &home, View x, int i) |
Return degree as merit for view x at position i. | |
Protected Attributes | |
Function | f |
The user-defined merit function. |
Merit class for user-defined merit function.
Definition at line 70 of file brancher-merit.hpp.
typedef View::VarType Gecode::MeritFunction< View >::Var |
Corresponding variable type.
Definition at line 73 of file brancher-merit.hpp.
typedef BranchTraits<Var>::Merit Gecode::MeritFunction< View >::Function |
Corresponding merit function type.
Definition at line 75 of file brancher-merit.hpp.
Gecode::MeritFunction< View >::MeritFunction | ( | Space & | home, |
const VarBranch & | vb | ||
) | [inline] |
Constructor for initialization.
Definition at line 165 of file brancher-merit.hpp.
Gecode::MeritFunction< View >::MeritFunction | ( | Space & | home, |
bool | shared, | ||
MeritFunction< View > & | mf | ||
) | [inline] |
Constructor for cloning.
Definition at line 170 of file brancher-merit.hpp.
double Gecode::MeritFunction< View >::operator() | ( | const Space & | home, |
View | x, | ||
int | i | ||
) | [inline] |
Return degree as merit for view x at position i.
Definition at line 175 of file brancher-merit.hpp.
Function Gecode::MeritFunction< View >::f [protected] |
The user-defined merit function.
Definition at line 78 of file brancher-merit.hpp.