#include <Options.h>
Definition at line 140 of file Options.h.
◆ DoubleOption()
Minisat::DoubleOption::DoubleOption |
( |
const char * |
c, |
|
|
const char * |
n, |
|
|
const char * |
d, |
|
|
double |
def = double() , |
|
|
DoubleRange |
r = DoubleRange( -HUGE_VAL, false, HUGE_VAL, false ) |
|
) |
| |
|
inline |
◆ getHelpPrefixString()
static const char*& Minisat::Option::getHelpPrefixString |
( |
| ) |
|
|
inlinestaticprotectedinherited |
◆ getOptionList()
static vec<Option*>& Minisat::Option::getOptionList |
( |
| ) |
|
|
inlinestaticprotectedinherited |
◆ getUsageString()
static const char*& Minisat::Option::getUsageString |
( |
| ) |
|
|
inlinestaticprotectedinherited |
◆ help()
virtual void Minisat::DoubleOption::help |
( |
bool |
verbose = false | ) |
|
|
inlinevirtual |
◆ operator double()
Minisat::DoubleOption::operator double |
( |
void |
| ) |
const |
|
inline |
◆ operator=()
◆ category
const char* Minisat::Option::category |
|
protectedinherited |
◆ description
const char* Minisat::Option::description |
|
protectedinherited |
◆ name
const char* Minisat::Option::name |
|
protectedinherited |
◆ range
◆ type_name
const char* Minisat::Option::type_name |
|
protectedinherited |
◆ value
double Minisat::DoubleOption::value |
|
protected |
The documentation for this class was generated from the following file: