Gecode::MeritAction< View > Class Template Reference
[Generic merit for branchers based on view and value selection]
Merit class for action. More...
#include <merit.hpp>
Public Member Functions | |
| MeritAction (Space &home, const VarBranch< Var > &vb) | |
| Constructor for initialization. | |
| MeritAction (Space &home, MeritAction &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. | |
Protected Attributes | |
| Action | action |
| Action information. | |
Detailed Description
template<class View>
class Gecode::MeritAction< View >
Merit class for action.
Definition at line 130 of file merit.hpp.
Constructor & Destructor Documentation
template<class View >
| Gecode::MeritAction< View >::MeritAction | ( | Space & | home, | |
| const VarBranch< Var > & | vb | |||
| ) |
Constructor for initialization.
template<class View >
| Gecode::MeritAction< View >::MeritAction | ( | Space & | home, | |
| MeritAction< View > & | ma | |||
| ) | [inline] |
Member Function Documentation
template<class View >
| double Gecode::MeritAction< View >::operator() | ( | const Space & | home, | |
| View | x, | |||
| int | i | |||
| ) | [inline] |
template<class View >
| bool Gecode::MeritAction< View >::notice | ( | void | ) | const [inline] |
Whether dispose must always be called (that is, notice is needed).
Reimplemented from Gecode::MeritBase< View, double >.
template<class View >
| void Gecode::MeritAction< View >::dispose | ( | Space & | home | ) | [inline] |
Dispose view selection.
Reimplemented from Gecode::MeritBase< View, double >.
Member Data Documentation
template<class View >
Action Gecode::MeritAction< View >::action [protected] |
The documentation for this class was generated from the following file:
- gecode/kernel/branch/merit.hpp
