Gecode::Int::Branch::ValSelRangeMin Class Reference
[Integer value selection for brancher]
Value selection class for minimum range of integer view. More...
#include <branch.hh>
Public Member Functions | |
| ValSelRangeMin (Space &home, const ValBranch< IntVar > &vb) | |
| Constructor for initialization. | |
| ValSelRangeMin (Space &home, ValSelRangeMin &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 minimum range of integer view.
Requires
#include <gecode/int/branch.hh>
Definition at line 377 of file branch.hh.
Constructor & Destructor Documentation
| Gecode::Int::Branch::ValSelRangeMin::ValSelRangeMin | ( | Space & | home, | |
| const ValBranch< IntVar > & | vb | |||
| ) | [inline] |
Constructor for initialization.
Definition at line 131 of file val-sel.hpp.
| Gecode::Int::Branch::ValSelRangeMin::ValSelRangeMin | ( | Space & | home, | |
| ValSelRangeMin & | vs | |||
| ) | [inline] |
Constructor for cloning.
Definition at line 134 of file val-sel.hpp.
Member Function Documentation
Return value of integer view x at position i.
Definition at line 137 of file val-sel.hpp.
The documentation for this class was generated from the following files:
- gecode/int/branch.hh
- gecode/int/branch/val-sel.hpp
