Gecode::Set::Branch::ValSelMin Class Reference
[Set value selection for brancher]
Value selection class for mimimum of view. More...
#include <branch.hh>
Public Member Functions | |
ValSelMin (Space &home, const ValBranch &vb) | |
Constructor for initialization. | |
ValSelMin (Space &home, bool shared, ValSelMin &vs) | |
Constructor for cloning. | |
int | val (const Space &home, SetView x, int i) |
Return value of view x at position i. |
Detailed Description
Value selection class for mimimum of view.
Requires
#include <gecode/set/branch.hh>
Definition at line 210 of file branch.hh.
Constructor & Destructor Documentation
Constructor for initialization.
Definition at line 47 of file val-sel.hpp.
Constructor for cloning.
Definition at line 50 of file val-sel.hpp.
Member Function Documentation
Return value of view x at position i.
Definition at line 53 of file val-sel.hpp.
The documentation for this class was generated from the following files:
- gecode/set/branch.hh (Revision: 13801)
- gecode/set/branch/val-sel.hpp (Revision: 13123)