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] |
Gecode::SetVarArray::SetVarArray |
( |
const SetVarArray & |
a |
) |
[inline] |
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.
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: