Gecode::MeritDegree< View > Class Template Reference
[Generic merit for branchers based on view and value selection]
Merit class for degree. More...
#include <merit.hpp>
Public Member Functions | |
| MeritDegree (Space &home, const VarBranch< Var > &vb) | |
| Constructor for initialization. | |
| MeritDegree (Space &home, MeritDegree &md) | |
| Constructor for cloning. | |
| unsigned int | operator() (const Space &home, View x, int i) |
| Return degree as merit for view x at position i. | |
Detailed Description
template<class View>
class Gecode::MeritDegree< View >
Merit class for degree.
Definition at line 93 of file merit.hpp.
Constructor & Destructor Documentation
template<class View >
| Gecode::MeritDegree< View >::MeritDegree | ( | Space & | home, | |
| const VarBranch< Var > & | vb | |||
| ) |
Constructor for initialization.
template<class View >
| Gecode::MeritDegree< View >::MeritDegree | ( | Space & | home, | |
| MeritDegree< View > & | md | |||
| ) | [inline] |
Member Function Documentation
template<class View >
| unsigned int Gecode::MeritDegree< View >::operator() | ( | const Space & | home, | |
| View | x, | |||
| int | i | |||
| ) | [inline] |
The documentation for this class was generated from the following file:
- gecode/kernel/branch/merit.hpp
