Range iterator for offset integer views More...
#include <offset.hpp>
Constructors and initialization | |
ViewRanges (void) | |
Default constructor. | |
ViewRanges (const OffsetView &x) | |
Initialize with ranges for view x. | |
void | init (const OffsetView &x) |
Initialize with ranges for view x. |
Range iterator for offset integer views
Definition at line 263 of file offset.hpp.
Gecode::Int::ViewRanges< OffsetView >::ViewRanges | ( | void | ) | [inline] |
Default constructor.
Definition at line 278 of file offset.hpp.
Gecode::Int::ViewRanges< OffsetView >::ViewRanges | ( | const OffsetView & | x | ) | [inline] |
Initialize with ranges for view x.
Definition at line 281 of file offset.hpp.
void Gecode::Int::ViewRanges< OffsetView >::init | ( | const OffsetView & | x | ) | [inline] |
Initialize with ranges for view x.
Definition at line 287 of file offset.hpp.