
Options for BIBD problems More...
Public Member Functions | |
| void | derive (void) |
| BIBDOptions (const char *s, int v0, int k0, int lambda0) | |
| Initialize options for example with name s. | |
| void | parse (int &argc, char *argv[]) |
| Parse options from arguments argv (number is argc) | |
| virtual void | help (void) |
| Print help message. | |
Public Attributes | |
| int | v |
| int | k |
| int | lambda |
| Parameters to be given on command line. | |
| int | b |
| int | r |
| Derived parameters Derive additional parameters. | |
| BIBDOptions::BIBDOptions | ( | const char * | s, |
| int | v0, | ||
| int | k0, | ||
| int | lambda0 | ||
| ) | [inline] |
| void BIBDOptions::derive | ( | void | ) | [inline] |
| void BIBDOptions::parse | ( | int & | argc, |
| char * | argv[] | ||
| ) | [inline] |
Parse options from arguments argv (number is argc)
Reimplemented from Gecode::BaseOptions.
| virtual void BIBDOptions::help | ( | void | ) | [inline, virtual] |
| int BIBDOptions::v |
| int BIBDOptions::k |
| int BIBDOptions::b |
| int BIBDOptions::r |