Generated on Thu Apr 11 13:59:38 2019 for Gecode by doxygen 1.6.3

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 46 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 56 of file bibd.cpp.


Member Function Documentation

void BIBDOptions::derive ( void   )  [inline]

Definition at line 51 of file bibd.cpp.

void BIBDOptions::parse ( int &  argc,
char *  argv[] 
) [inline]

Parse options from arguments argv (number is argc).

Reimplemented from Gecode::BaseOptions.

Definition at line 62 of file bibd.cpp.

virtual void BIBDOptions::help ( void   )  [inline, virtual]

Print help message.

Reimplemented from Gecode::BaseOptions.

Definition at line 72 of file bibd.cpp.


Member Data Documentation

Definition at line 48 of file bibd.cpp.

Definition at line 48 of file bibd.cpp.

Parameters to be given on command line.

Definition at line 48 of file bibd.cpp.

Definition at line 49 of file bibd.cpp.

Derived parameters Derive additional parameters.

Definition at line 49 of file bibd.cpp.


The documentation for this class was generated from the following file: