Example: Balanced incomplete block design (BIBD)
More...
|
(Note that these are not member functions.)
|
int | main (int argc, char *argv[]) |
| Main-function. More...
|
|
|
static std::ostream & | select_ostream (const char *name, std::ofstream &ofs) |
| Choose output stream according to name. More...
|
|
template<class Script , template< class > class Engine, class Options > |
static void | run (const Options &opt, Script *s=NULL) |
|
Example: Balanced incomplete block design (BIBD)
See problem 28 at http://www.csplib.org/.
Definition at line 96 of file bibd.cpp.
BIBD::BIBD |
( |
bool |
share, |
|
|
BIBD & |
s |
|
) |
| |
|
inline |
Constructor for cloning s.
Definition at line 171 of file bibd.cpp.
virtual void BIBD::print |
( |
std::ostream & |
os | ) |
const |
|
inlinevirtual |
virtual Space* BIBD::copy |
( |
bool |
share | ) |
|
|
inlinevirtual |
Copy during cloning.
Definition at line 178 of file bibd.cpp.
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
|
related |
Main-function.
Definition at line 188 of file bibd.cpp.
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: