
Iterator over lost supports. More...
#include <gecode/int/extensional.hh>
Public Member Functions | |
| LostSupports (const Compact< View, pos > &p, CTAdvisor &a, int first_value, int last_value) | |
| Initialize iterator for values between first_value and last_value. | |
| void | operator++ (void) |
| Move iterator to next value. | |
| bool | operator() (void) const |
| Whether iterator is done. | |
| const BitSetData * | support (void) const |
| Return support representation. | |
Protected Attributes | |
| const unsigned int | n_words |
| Number of words. | |
| const Range * | support_range |
| Range information. | |
| const Range * | last_support_range |
| Last range. | |
| int | value |
| Low value. | |
| int | last_value |
| High value. | |
| const BitSetData * | support_words |
| The lost value's support. | |
Iterator over lost supports.
Definition at line 553 of file extensional.hh.
|
inline |
Initialize iterator for values between first_value and last_value.
Definition at line 552 of file compact.hpp.
|
inline |
Move iterator to next value.
Definition at line 567 of file compact.hpp.
|
inline |
Whether iterator is done.
Definition at line 578 of file compact.hpp.
|
inline |
Return support representation.
Definition at line 583 of file compact.hpp.
|
protected |
Number of words.
Definition at line 556 of file extensional.hh.
|
protected |
Range information.
Definition at line 558 of file extensional.hh.
|
protected |
Last range.
Definition at line 560 of file extensional.hh.
|
protected |
Low value.
Definition at line 562 of file extensional.hh.
|
protected |
High value.
Definition at line 564 of file extensional.hh.
|
protected |
The lost value's support.
Definition at line 566 of file extensional.hh.