Generated on Mon Nov 30 23:53:47 2009 for Gecode by doxygen 1.6.1

Gecode::SetVarArray Class Reference
[Variable arrays]

Set variable array More...

#include <set.hh>

List of all members.

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.

Detailed Description

Set variable array

Definition at line 567 of file set.hh.


Constructor & Destructor Documentation

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

Definition at line 69 of file array.hpp.

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

Definition at line 72 of file array.hpp.

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

Create an uninitialized array of size n.

Definition at line 48 of file array.cpp.

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.cpp.

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 73 of file array.cpp.

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 91 of file array.cpp.

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 111 of file array.cpp.


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