Gecode::SetVarArray Class Reference
[Variable arrays]
Inherits
Gecode::VarArray< Var >< Gecode::SetVar >.
List of all members.
Detailed Description
Set variable array
Definition at line 58 of file array.icc.
|
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=Limits::Set::card_max) |
| 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=Limits::Set::card_max) |
| 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=Limits::Set::card_max) |
| Create an array of size n.
|
| SetVarArray (Space *home, int n, const IntSet &glb, const IntSet &lub, unsigned int minCard=0, unsigned int maxCard=Limits::Set::card_max) |
| Create an array of size n.
|
Constructor & Destructor Documentation
Gecode::SetVarArray::SetVarArray |
( |
void |
|
) |
[inline] |
Gecode::SetVarArray::SetVarArray |
( |
const SetVarArray & |
|
) |
[inline] |
Gecode::SetVarArray::SetVarArray |
( |
Space * |
home, |
|
|
int |
n | |
|
) |
| | |
Create an uninitialized array of size n.
Definition at line 32 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 = Limits::Set::card_max | |
|
) |
| | |
Create an array of size n.
Each variable is initialized with the bounds and cardinality as given by the arguments.
Definition at line 38 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 = Limits::Set::card_max | |
|
) |
| | |
Create an array of size n.
Each variable is initialized with the bounds and cardinality as given by the arguments.
Definition at line 56 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 = Limits::Set::card_max | |
|
) |
| | |
Create an array of size n.
Each variable is initialized with the bounds and cardinality as given by the arguments.
Definition at line 74 of file array.cc.
Create an array of size n.
Each variable is initialized with the bounds and cardinality as given by the arguments.
Definition at line 92 of file array.cc.
The documentation for this class was generated from the following files: