Generated on for Gecode by doxygen 1.17.0
Gecode::TupleSet::ValueData Class Reference

Data about values in the table. More...

#include <gecode/int.hh>

Public Member Functions

unsigned int start (int n) const
 Find start range for value n.

Public Attributes

unsigned int n
 Number of ranges.
Ranger
 Ranges.
unsigned int * base
 Base support id for each range (sparse and compressed only).

Detailed Description

Data about values in the table.

Definition at line 2419 of file int.hh.

Member Function Documentation

◆ start()

unsigned int Gecode::TupleSet::ValueData::start ( int n) const
inline

Find start range for value n.

Definition at line 115 of file tuple-set.hpp.

Member Data Documentation

◆ n

unsigned int Gecode::TupleSet::ValueData::n

Number of ranges.

Definition at line 2422 of file int.hh.

◆ r

Range* Gecode::TupleSet::ValueData::r

Ranges.

Definition at line 2424 of file int.hh.

◆ 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: