Range iterator for negated Boolean variable views More...
#include <neg-bool.hpp>
Constructors and initialization | |
ViewRanges (void) | |
Default constructor. | |
ViewRanges (const NegBoolView &x) | |
Initialize with ranges for view x. | |
void | init (const NegBoolView &x) |
Initialize with ranges for view x. |
Range iterator for negated Boolean variable views
Definition at line 150 of file neg-bool.hpp.
Gecode::Int::ViewRanges< NegBoolView >::ViewRanges | ( | void | ) | [inline] |
Default constructor.
Definition at line 164 of file neg-bool.hpp.
Gecode::Int::ViewRanges< NegBoolView >::ViewRanges | ( | const NegBoolView & | x | ) | [inline] |
Initialize with ranges for view x.
Definition at line 167 of file neg-bool.hpp.
void Gecode::Int::ViewRanges< NegBoolView >::init | ( | const NegBoolView & | x | ) | [inline] |
Initialize with ranges for view x.
Definition at line 171 of file neg-bool.hpp.