Gecode::Int::Branch::MeritMin< View > Class Template Reference
[Merit-based integer view selection for branchers]
Merit class for mimimum of integer views. More...
#include <branch.hh>
Public Member Functions | |
| MeritMin (Space &home, const VarBranch< Var > &vb) | |
| Constructor for initialization. | |
| MeritMin (Space &home, MeritMin &m) | |
| Constructor for cloning. | |
| int | operator() (const Space &home, View x, int i) |
| Return minimum as merit for view x at position i. | |
Detailed Description
template<class View>
class Gecode::Int::Branch::MeritMin< View >
Merit class for mimimum of integer views.
Requires
#include <gecode/int/branch.hh>
Definition at line 69 of file branch.hh.
Constructor & Destructor Documentation
template<class View >
| Gecode::Int::Branch::MeritMin< View >::MeritMin | ( | Space & | home, | |
| const VarBranch< Var > & | vb | |||
| ) |
Constructor for initialization.
Member Function Documentation
template<class View >
| int Gecode::Int::Branch::MeritMin< View >::operator() | ( | const Space & | home, | |
| View | x, | |||
| int | i | |||
| ) | [inline] |
The documentation for this class was generated from the following files:
