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. |
Options for Schur's Lemma
SchurOptions::SchurOptions | ( | const char * | s, |
int | c0, | ||
int | n0 | ||
) | [inline] |
Definition at line 52 of file schurs-lemma.cpp.
void SchurOptions::parse | ( | int & | argc, |
char * | argv[] | ||
) | [inline] |
Parse options from arguments argv (number is argc)
Reimplemented from Gecode::BaseOptions.
Definition at line 55 of file schurs-lemma.cpp.
virtual void SchurOptions::help | ( | void | ) | [inline, virtual] |
Print help message.
Reimplemented from Gecode::BaseOptions.
Definition at line 63 of file schurs-lemma.cpp.
int SchurOptions::c |
Definition at line 50 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 50 of file schurs-lemma.cpp.