Inherits
Example.
List of all members.
Detailed Description
Example: Balanced Incomplete Block Design (BIBD)
See problem 28 at http://www.csplib.org/.
Definition at line 93 of file bibd.cc.
|
Public Member Functions |
| BoolVar & | p (int i, int j) |
| | Access variable by row and column.
|
| | BIBD (const BIBDOptions &o) |
| | Actual model.
|
| virtual void | print (std::ostream &os) |
| | Print solution.
|
| | BIBD (bool share, BIBD &s) |
| | Constructor for cloning s.
|
| virtual Space * | copy (bool share) |
| | Copy during cloning.
|
Protected Attributes |
| const BIBDOptions & | opt |
| | Options providing access to parameters.
|
| BoolVarArray | _p |
| | Matrix of Boolean variables.
|
Constructor & Destructor Documentation
Actual model.
Definition at line 106 of file bibd.cc.
| BIBD::BIBD |
( |
bool |
share, |
|
|
BIBD & |
s | |
|
) |
| | [inline] |
Constructor for cloning s.
Definition at line 172 of file bibd.cc.
Member Function Documentation
| BoolVar& BIBD::p |
( |
int |
i, |
|
|
int |
j | |
|
) |
| | [inline] |
Access variable by row and column.
Definition at line 101 of file bibd.cc.
| virtual void BIBD::print |
( |
std::ostream & |
os |
) |
[inline, virtual] |
| virtual Space* BIBD::copy |
( |
bool |
share |
) |
[inline, virtual] |
Member Data Documentation
Matrix of Boolean variables.
Definition at line 98 of file bibd.cc.
The documentation for this class was generated from the following file: