Gecode::Iter::Ranges::RangeListIter::RangeList Class Reference
Range list class. More...
#include <ranges-list.hpp>
Public Attributes | |
| int | min |
| Minimum and maximum of a range. | |
| int | max |
| RangeList * | next |
| Next element. | |
Detailed Description
Range list class.
Definition at line 44 of file ranges-list.hpp.
Member Data Documentation
Minimum and maximum of a range.
Definition at line 47 of file ranges-list.hpp.
Definition at line 47 of file ranges-list.hpp.
Next element.
Definition at line 49 of file ranges-list.hpp.
The documentation for this class was generated from the following file:
- gecode/iter/ranges-list.hpp
