Example: Balanced incomplete block design (BIBD)
More...
List of all members.
Public Member Functions |
| BIBD (const BIBDOptions &o) |
| Actual model.
|
virtual void | print (std::ostream &os) const |
| Print solution.
|
| BIBD (bool share, BIBD &s) |
| Constructor for cloning s.
|
virtual Space * | copy (bool share) |
| Copy during cloning.
|
| ScriptBase (void) |
| Default constructor.
|
| ScriptBase (bool share, ScriptBase &e) |
| Constructor used for cloning.
|
virtual void | compare (const Space &, std::ostream &os) const |
| Compare with s.
|
Related Functions |
(Note that these are not member functions.)
|
int | main (int argc, char *argv[]) |
| Main-function.
|
Additional Inherited Members |
template<class Script , template< class > class Engine, class Options > |
static void | run (const Options &opt) |
Detailed Description
Example: Balanced incomplete block design (BIBD)
See problem 28 at http://www.csplib.org/.
Definition at line 96 of file bibd.cpp.
Constructor & Destructor Documentation
BIBD::BIBD |
( |
bool |
share, |
|
|
BIBD & |
s |
|
) |
| |
|
inline |
Constructor for cloning s.
Definition at line 151 of file bibd.cpp.
Member Function Documentation
virtual void BIBD::print |
( |
std::ostream & |
os | ) |
const |
|
inlinevirtual |
virtual Space* BIBD::copy |
( |
bool |
share | ) |
|
|
inlinevirtual |
Copy during cloning.
Definition at line 158 of file bibd.cpp.
Friends And Related Function Documentation
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
|
related |
Main-function.
Definition at line 168 of file bibd.cpp.
Member Data Documentation
Options providing access to parameters.
Definition at line 99 of file bibd.cpp.
Matrix of Boolean variables.
Definition at line 101 of file bibd.cpp.
The documentation for this class was generated from the following file: