Range iterator for integer variable views More...
#include <int.hpp>
Constructors and initialization | |
ViewRanges (void) | |
Default constructor. | |
ViewRanges (const IntView &x) | |
Initialize with ranges for view x. | |
void | init (const IntView &x) |
Initialize with ranges for view x. |
Range iterator for integer variable views
Gecode::Int::ViewRanges< IntView >::ViewRanges | ( | void | ) | [inline] |
Default constructor.
Reimplemented in Gecode::Int::ViewRanges< GCC::CardView >.
Gecode::Int::ViewRanges< IntView >::ViewRanges | ( | const IntView & | x | ) | [inline] |
void Gecode::Int::ViewRanges< IntView >::init | ( | const IntView & | x | ) | [inline] |