Options taking two additional parameters. More...
Public Member Functions | |
LangfordNumberOptions (const char *s, int k0, int n0) | |
Parameters to be given on the command line 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 | k |
int | n |
Options taking two additional parameters.
LangfordNumberOptions::LangfordNumberOptions | ( | const char * | s, |
int | k0, | ||
int | n0 | ||
) | [inline] |
Parameters to be given on the command line Initialize options for example with name s.
Definition at line 57 of file langford-number.cpp.
void LangfordNumberOptions::parse | ( | int & | argc, |
char * | argv[] | ||
) | [inline] |
Parse options from arguments argv (number is argc)
Reimplemented from Gecode::BaseOptions.
Definition at line 60 of file langford-number.cpp.
virtual void LangfordNumberOptions::help | ( | void | ) | [inline, virtual] |
Print help message.
Reimplemented from Gecode::BaseOptions.
Definition at line 68 of file langford-number.cpp.
Definition at line 55 of file langford-number.cpp.
Definition at line 55 of file langford-number.cpp.