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

Gecode::SetVarArray Class Reference
[Variable arrays]

#include <set.hh>

Inherits Gecode::VarArray< Gecode::SetVar >.

List of all members.


Detailed Description

Set variable array

Definition at line 545 of file set.hh.


Public Member Functions

 SetVarArray (void)
 SetVarArray (const SetVarArray &)
 SetVarArray (Space *home, int n)
 Create an uninitialized array of size n.
 SetVarArray (Space *home, int n, int glbMin, int glbMax, int lubMin, int lubMax, unsigned int minCard=0, unsigned int maxCard=Set::Limits::card)
 Create an array of size n.
 SetVarArray (Space *home, int n, const IntSet &glb, int lubMin, int lubMax, unsigned int minCard=0, unsigned int maxCard=Set::Limits::card)
 Create an array of size n.
 SetVarArray (Space *home, int n, int glbMin, int glbMax, const IntSet &lub, unsigned int minCard=0, unsigned int maxCard=Set::Limits::card)
 Create an array of size n.
 SetVarArray (Space *home, int n, const IntSet &glb, const IntSet &lub, unsigned int minCard=0, unsigned int maxCard=Set::Limits::card)
 Create an array of size n.

Constructor & Destructor Documentation

Gecode::SetVarArray::SetVarArray ( void   )  [inline]

Definition at line 69 of file array.icc.

Gecode::SetVarArray::SetVarArray ( const SetVarArray a  )  [inline]

Definition at line 72 of file array.icc.

Gecode::SetVarArray::SetVarArray ( Space home,
int  n 
)

Create an uninitialized array of size n.

Definition at line 48 of file array.cc.

Gecode::SetVarArray::SetVarArray ( Space home,
int  n,
int  glbMin,
int  glbMax,
int  lubMin,
int  lubMax,
unsigned int  minCard = 0,
unsigned int  maxCard = Set::Limits::card 
)

Create an array of size n.

Each variable is initialized with the bounds and cardinality as given by the arguments.

Definition at line 54 of file array.cc.

Gecode::SetVarArray::SetVarArray ( Space home,
int  n,
const IntSet glb,
int  lubMin,
int  lubMax,
unsigned int  minCard = 0,
unsigned int  maxCard = Set::Limits::card 
)

Create an array of size n.

Each variable is initialized with the bounds and cardinality as given by the arguments.

Definition at line 70 of file array.cc.

Gecode::SetVarArray::SetVarArray ( Space home,
int  n,
int  glbMin,
int  glbMax,
const IntSet lub,
unsigned int  minCard = 0,
unsigned int  maxCard = Set::Limits::card 
)

Create an array of size n.

Each variable is initialized with the bounds and cardinality as given by the arguments.

Definition at line 84 of file array.cc.

Gecode::SetVarArray::SetVarArray ( Space home,
int  n,
const IntSet glb,
const IntSet lub,
unsigned int  minCard = 0,
unsigned int  maxCard = Set::Limits::card 
)

Create an array of size n.

Each variable is initialized with the bounds and cardinality as given by the arguments.

Definition at line 98 of file array.cc.


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