SchurOptions Class Reference
Options for Schur's Lemma More...
Public Member Functions | |
| SchurOptions (const char *s, int c0, int n0) | |
| void | parse (int &argc, char *argv[]) |
| Parse options from arguments argv (number is argc). | |
| virtual void | help (void) |
| Print help message. | |
Public Attributes | |
| int | c |
| int | n |
| Parameters to be given on command line Initialize options for example with name s. | |
Detailed Description
Options for Schur's Lemma
Definition at line 44 of file schurs-lemma.cpp.
Constructor & Destructor Documentation
| SchurOptions::SchurOptions | ( | const char * | s, | |
| int | c0, | |||
| int | n0 | |||
| ) | [inline] |
Definition at line 48 of file schurs-lemma.cpp.
Member Function Documentation
| void SchurOptions::parse | ( | int & | argc, | |
| char * | argv[] | |||
| ) | [inline] |
Parse options from arguments argv (number is argc).
Reimplemented from Gecode::BaseOptions.
Definition at line 51 of file schurs-lemma.cpp.
| virtual void SchurOptions::help | ( | void | ) | [inline, virtual] |
Print help message.
Reimplemented from Gecode::BaseOptions.
Definition at line 59 of file schurs-lemma.cpp.
Member Data Documentation
| int SchurOptions::c |
Definition at line 46 of file schurs-lemma.cpp.
| int SchurOptions::n |
Parameters to be given on command line Initialize options for example with name s.
Definition at line 46 of file schurs-lemma.cpp.
The documentation for this class was generated from the following file:
- examples/schurs-lemma.cpp
