LangfordNumberOptions Class Reference
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 |
Detailed Description
Options taking two additional parameters.
Definition at line 49 of file langford-number.cpp.
Constructor & Destructor Documentation
| 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 53 of file langford-number.cpp.
Member Function Documentation
| void LangfordNumberOptions::parse | ( | int & | argc, | |
| char * | argv[] | |||
| ) | [inline] |
Parse options from arguments argv (number is argc).
Reimplemented from Gecode::BaseOptions.
Definition at line 56 of file langford-number.cpp.
| virtual void LangfordNumberOptions::help | ( | void | ) | [inline, virtual] |
Print help message.
Reimplemented from Gecode::BaseOptions.
Definition at line 64 of file langford-number.cpp.
Member Data Documentation
Definition at line 51 of file langford-number.cpp.
Definition at line 51 of file langford-number.cpp.
The documentation for this class was generated from the following file:
- examples/langford-number.cpp
