SatOptions Class Reference
Options for SAT problems. More...
Public Member Functions | |
SatOptions (const char *s) | |
Initialize options with file 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 | |
std::string | filename |
Name of the DIMACS file to parse. |
Detailed Description
Options for SAT problems.
Definition at line 53 of file sat.cpp.
Constructor & Destructor Documentation
SatOptions::SatOptions | ( | const char * | s | ) | [inline] |
Member Function Documentation
void SatOptions::parse | ( | int & | argc, | |
char * | argv[] | |||
) | [inline] |
Parse options from arguments argv (number is argc).
Reimplemented from Gecode::BaseOptions.
virtual void SatOptions::help | ( | void | ) | [inline, virtual] |
Member Data Documentation
std::string SatOptions::filename |
The documentation for this class was generated from the following file:
- examples/sat.cpp (Revision: 11473)