BIBDOptions Class Reference
Options for BIBD problems
More...
List of all members.
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.
|
Detailed Description
Options for BIBD problems
Definition at line 50 of file bibd.cpp.
Constructor & Destructor Documentation
BIBDOptions::BIBDOptions |
( |
const char * |
s, |
|
|
int |
v0, |
|
|
int |
k0, |
|
|
int |
lambda0 | |
|
) |
| | [inline] |
Initialize options for example with name s.
Definition at line 60 of file bibd.cpp.
Member Function Documentation
void BIBDOptions::derive |
( |
void |
|
) |
[inline] |
void BIBDOptions::parse |
( |
int & |
argc, |
|
|
char * |
argv[] | |
|
) |
| | [inline] |
virtual void BIBDOptions::help |
( |
void |
|
) |
[inline, virtual] |
Member Data Documentation
Parameters to be given on command line.
Definition at line 52 of file bibd.cpp.
Derived parameters Derive additional parameters.
Definition at line 53 of file bibd.cpp.
The documentation for this class was generated from the following file: