Gecode::Set::Branch::MeritMax Class Reference
[Merit-based set view selection for branchers]
Merit class for maximum of set view. More...
#include <branch.hh>
List of all members.
Public Member Functions | |
| MeritMax (Space &home, const VarBranch< Var > &vb) | |
| Constructor for initialization. | |
| MeritMax (Space &home, MeritMax &m) | |
| Constructor for cloning. | |
| int | operator() (const Space &home, SetView x, int i) |
| Return maximum as merit for view x at position i. | |
Detailed Description
Merit class for maximum of set view.
Requires
#include <gecode/set/branch.hh>
Definition at line 86 of file branch.hh.
Constructor & Destructor Documentation
Constructor for initialization.
Definition at line 57 of file merit.hpp.
Constructor for cloning.
Definition at line 60 of file merit.hpp.
Member Function Documentation
Return maximum as merit for view x at position i.
Definition at line 63 of file merit.hpp.
The documentation for this class was generated from the following files:
- gecode/set/branch.hh
- gecode/set/branch/merit.hpp
