Support-based iterator for positive view. More...
#include <int-dom.hpp>
Public Member Functions | |
bool | reset (Val &d) |
Reset iterator to beginning and adjust. | |
bool | adjust (Val &d) |
Adjust. | |
![]() | |
void | init (Region &r, int a, const IntView &x, Val l, Val u) |
Initialize view. | |
void | support (void) |
Record value at current position as supported. | |
ModEvent | tell (Space &home) |
Tell back new variable domain according to support found. | |
Additional Inherited Members | |
![]() | |
int | a |
Integer coefficient for view. | |
IntView | x |
Integer view. | |
SupportSet | s |
Set of support for values in x. | |
int | c |
Current value. | |
unsigned int | p |
Position of current value. | |
Val | l |
Lower bound information for value. | |
Val | u |
Upper bound information for value. | |
Support-based iterator for positive view.
Definition at line 113 of file int-dom.hpp.
|
inline |
|
inline |