Value selection class for minimum range of integer view. More...
#include <branch.hh>
Public Member Functions | |
ValSelRangeMin (Space &home, const ValBranch &vb) | |
Constructor for initialization. | |
ValSelRangeMin (Space &home, bool shared, ValSelRangeMin &vs) | |
Constructor for cloning. | |
int | val (const Space &home, IntView x, int i) |
Return value of integer view x at position i. |
Gecode::Int::Branch::ValSelRangeMin::ValSelRangeMin | ( | Space & | home, |
const ValBranch & | vb | ||
) | [inline] |
Constructor for initialization.
Definition at line 130 of file val-sel.hpp.
Gecode::Int::Branch::ValSelRangeMin::ValSelRangeMin | ( | Space & | home, |
bool | shared, | ||
ValSelRangeMin & | vs | ||
) | [inline] |
Constructor for cloning.
Definition at line 133 of file val-sel.hpp.
int Gecode::Int::Branch::ValSelRangeMin::val | ( | const Space & | home, |
IntView | x, | ||
int | i | ||
) | [inline] |
Return value of integer view x at position i.
Definition at line 136 of file val-sel.hpp.