Boolean variable array.
More...
#include <int.hh>
List of all members.
Detailed Description
Boolean variable array.
Definition at line 763 of file int.hh.
Constructor & Destructor Documentation
Gecode::BoolVarArray::BoolVarArray |
( |
void |
| ) |
[inline] |
Default constructor (array of size 0)
Definition at line 95 of file array.hpp.
Gecode::BoolVarArray::BoolVarArray |
( |
Space & |
home, |
|
|
int |
n |
|
) |
| [inline] |
Allocate array for n Boolean variables (variables are uninitialized)
Definition at line 98 of file array.hpp.
Gecode::BoolVarArray::BoolVarArray |
( |
const BoolVarArray & |
a | ) |
[inline] |
Initialize from Boolean variable array a (share elements)
Definition at line 102 of file array.hpp.
Gecode::BoolVarArray::BoolVarArray |
( |
Space & |
home, |
|
|
const BoolVarArgs & |
a |
|
) |
| [inline] |
Initialize from Boolean variable argument array a (copy elements)
Definition at line 106 of file array.hpp.
Gecode::BoolVarArray::BoolVarArray |
( |
Space & |
home, |
|
|
int |
n, |
|
|
int |
min, |
|
|
int |
max |
|
) |
| |
Initialize array with n new variables.
The variables are created with a domain ranging from min to max. The following execptions might be thrown:
Definition at line 71 of file array.cpp.
The documentation for this class was generated from the following files: