Gecode::Int::Branch::ValSelRangeMax Class Reference
[Integer value selection for brancher]
Value selection class for maximum range of integer view. More...
#include <branch.hh>
Public Member Functions | |
| ValSelRangeMax (Space &home, const ValBranch &vb) | |
| Constructor for initialization. | |
| ValSelRangeMax (Space &home, bool shared, ValSelRangeMax &vs) | |
| Constructor for cloning. | |
| int | val (const Space &home, IntView x, int i) |
| Return value of integer view x at position i. | |
Detailed Description
Value selection class for maximum range of integer view.
Requires
#include <gecode/int/branch.hh>
Definition at line 355 of file branch.hh.
Constructor & Destructor Documentation
Constructor for initialization.
Definition at line 146 of file val-sel.hpp.
| Gecode::Int::Branch::ValSelRangeMax::ValSelRangeMax | ( | Space & | home, | |
| bool | shared, | |||
| ValSelRangeMax & | vs | |||
| ) | [inline] |
Constructor for cloning.
Definition at line 149 of file val-sel.hpp.
Member Function Documentation
Return value of integer view x at position i.
Definition at line 152 of file val-sel.hpp.
The documentation for this class was generated from the following files:
- gecode/int/branch.hh (Revision: 13827)
- gecode/int/branch/val-sel.hpp (Revision: 13438)
