Generated on Wed Nov 1 15:05:18 2006 for Gecode by doxygen 1.4.5

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 35 of file 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 159 of file dom.icc.

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

Record that there is support at position.

  • i

Definition at line 165 of file dom.icc.

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

Check whether position.

  • i has support

Definition at line 170 of file 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 191 of file dom.icc.

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

Release memory.

Definition at line 217 of file dom.icc.


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