Data about values in the table.
More...
#include <gecode/int.hh>
|
| unsigned int | start (int n) const |
| | Find start range for value n.
|
|
| unsigned int | n |
| | Number of ranges.
|
| Range * | r |
| | Ranges.
|
| unsigned int * | base |
| | Base support id for each range (sparse and compressed only).
|
Data about values in the table.
Definition at line 2419 of file int.hh.
◆ start()
| unsigned int Gecode::TupleSet::ValueData::start |
( |
int | n | ) |
const |
|
inline |
| unsigned int Gecode::TupleSet::ValueData::n |
Number of ranges.
Definition at line 2422 of file int.hh.
| Range* Gecode::TupleSet::ValueData::r |
◆ base
| unsigned int* Gecode::TupleSet::ValueData::base |
Base support id for each range (sparse and compressed only).
Definition at line 2426 of file int.hh.
The documentation for this class was generated from the following files: