Gecode::Set::Branch::MeritMax Class Reference
[Merit-based set view selection for branchers]
Merit class for maximum of set view. More...
#include <branch.hh>
Public Member Functions | |
MeritMax (Space &home, const VarBranch &vb) | |
Constructor for initialization. | |
MeritMax (Space &home, bool shared, 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 90 of file branch.hh.
Constructor & Destructor Documentation
Member Function Documentation
The documentation for this class was generated from the following files:
- gecode/set/branch.hh (Revision: 13801)
- gecode/set/branch/merit.hpp (Revision: 13742)