Generated on Mon Aug 25 11:35:51 2008 for Gecode by doxygen 1.5.6

Gecode::Int::Linear::SupportSet Class Reference

List of all members.


Detailed Description

Set for support information.

Records supported positions of values such that with iteration the supported values can be reconstructed.

Definition at line 47 of file int-dom.icc.


Public Member Functions

void init (unsigned int n)
 Initialize support set with cardinality.
void support (unsigned int i)
 Record that there is support at position.
bool supported (unsigned int i) const
 Check whether position.
ModEvent tell (Space *home, IntView &x) const
 Perform tell according to recorded support information on.
void dispose (void)
 Release memory.

Member Function Documentation

void Gecode::Int::Linear::SupportSet::init ( unsigned int  n  )  [inline]

Initialize support set with cardinality.

  • n

Definition at line 171 of file int-dom.icc.

void Gecode::Int::Linear::SupportSet::support ( unsigned int  i  )  [inline]

Record that there is support at position.

  • i

Definition at line 177 of file int-dom.icc.

bool Gecode::Int::Linear::SupportSet::supported ( unsigned int  i  )  const [inline]

Check whether position.

  • i has support

Definition at line 182 of file int-dom.icc.

ModEvent Gecode::Int::Linear::SupportSet::tell ( Space home,
IntView x 
) const [inline]

Perform tell according to recorded support information on.

  • x

Definition at line 203 of file int-dom.icc.

void Gecode::Int::Linear::SupportSet::dispose ( void   )  [inline]

Release memory.

Definition at line 228 of file int-dom.icc.


The documentation for this class was generated from the following file: