Data stored for a Table.
More...
#include <int.hh>
Data stored for a Table.
Definition at line 2032 of file int.hh.
◆ TupleSetI()
Gecode::TupleSet::TupleSetI::TupleSetI |
( |
void |
| ) |
|
|
inline |
Initialize as empty tuple set.
Definition at line 50 of file tuple-set.hpp.
◆ ~TupleSetI()
Gecode::TupleSet::TupleSetI::~TupleSetI |
( |
void |
| ) |
|
|
virtual |
◆ add()
template<class T >
void Gecode::TupleSet::TupleSetI::add |
( |
T |
t | ) |
|
Add Tuple. Assumes that arity matches.
Definition at line 67 of file tuple-set.hpp.
◆ finalize()
void Gecode::TupleSet::TupleSetI::finalize |
( |
void |
| ) |
|
Finalize datastructure (disallows additions of more Tuples)
Definition at line 96 of file tuple-set.cpp.
◆ resize()
void Gecode::TupleSet::TupleSetI::resize |
( |
void |
| ) |
|
◆ finalized()
bool Gecode::TupleSet::TupleSetI::finalized |
( |
void |
| ) |
const |
|
inline |
◆ copy()
◆ arity
int Gecode::TupleSet::TupleSetI::arity |
◆ size
int Gecode::TupleSet::TupleSetI::size |
Number of Tuples.
Definition at line 2038 of file int.hh.
◆ tuples
Tuple** Gecode::TupleSet::TupleSetI::tuples |
Tuples index.
Definition at line 2040 of file int.hh.
◆ tuple_data
Tuple* Gecode::TupleSet::TupleSetI::tuple_data |
Tuple index data.
Definition at line 2042 of file int.hh.
◆ data
int* Gecode::TupleSet::TupleSetI::data |
Tuples data.
Definition at line 2044 of file int.hh.
◆ excess
int Gecode::TupleSet::TupleSetI::excess |
Excess storage.
Definition at line 2046 of file int.hh.
◆ min
int Gecode::TupleSet::TupleSetI::min |
Minimum and maximum in domain-values.
Definition at line 2048 of file int.hh.
◆ max
int Gecode::TupleSet::TupleSetI::max |
◆ domsize
unsigned int Gecode::TupleSet::TupleSetI::domsize |
Domain size.
Definition at line 2050 of file int.hh.
◆ last
Tuple** Gecode::TupleSet::TupleSetI::last |
Initial last structure.
Definition at line 2052 of file int.hh.
◆ nullpointer
Tuple* Gecode::TupleSet::TupleSetI::nullpointer |
Pointer to NULL-pointer.
Definition at line 2054 of file int.hh.
The documentation for this class was generated from the following files: