class of parameter settings More...
#include <soplex.h>
Classes | |
struct | BoolParam |
struct | IntParam |
struct | RealParam |
Public Member Functions | |
Settings () | |
default constructor initializing default settings More... | |
Settings (const Settings &settings) | |
copy constructor More... | |
Settings & | operator= (const Settings &settings) |
assignment operator More... | |
Public Attributes | |
bool | _boolParamValues [SoPlex::BOOLPARAM_COUNT] |
array of current boolean parameter values More... | |
int | _intParamValues [SoPlex::INTPARAM_COUNT] |
array of current integer parameter values More... | |
Real | _realParamValues [SoPlex::REALPARAM_COUNT] |
array of current real parameter values More... | |
Static Public Attributes | |
static struct soplex::SoPlex::Settings::BoolParam | boolParam |
static struct soplex::SoPlex::Settings::IntParam | intParam |
static struct soplex::SoPlex::Settings::RealParam | realParam |
Settings | ( | ) |
default constructor initializing default settings
Definition at line 558 of file soplex.cpp.
References SoPlex::Settings::_boolParamValues, SoPlex::Settings::_intParamValues, SoPlex::Settings::_realParamValues, SoPlex::Settings::boolParam, SoPlex::BOOLPARAM_COUNT, SoPlex::Settings::BoolParam::defaultValue, SoPlex::Settings::IntParam::defaultValue, SoPlex::Settings::RealParam::defaultValue, SoPlex::Settings::intParam, SoPlex::INTPARAM_COUNT, SoPlex::Settings::realParam, and SoPlex::REALPARAM_COUNT.
SoPlex::Settings & operator= | ( | const Settings & | settings | ) |
assignment operator
Definition at line 582 of file soplex.cpp.
References SoPlex::Settings::_boolParamValues, SoPlex::Settings::_intParamValues, SoPlex::Settings::_realParamValues, SoPlex::BOOLPARAM_COUNT, SoPlex::INTPARAM_COUNT, and SoPlex::REALPARAM_COUNT.
bool _boolParamValues[SoPlex::BOOLPARAM_COUNT] |
array of current boolean parameter values
Definition at line 1453 of file soplex.h.
Referenced by SoPlex::boolParam(), SoPlex::Settings::operator=(), SoPlex::printUserSettings(), SoPlex::saveSettingsFile(), SoPlex::setBoolParam(), SoPlex::setSettings(), and SoPlex::Settings::Settings().
int _intParamValues[SoPlex::INTPARAM_COUNT] |
array of current integer parameter values
Definition at line 1456 of file soplex.h.
Referenced by SoPlex::intParam(), SoPlex::Settings::operator=(), SoPlex::printUserSettings(), SoPlex::saveSettingsFile(), SoPlex::setIntParam(), SoPlex::setSettings(), and SoPlex::Settings::Settings().
Real _realParamValues[SoPlex::REALPARAM_COUNT] |
array of current real parameter values
Definition at line 1459 of file soplex.h.
Referenced by SoPlex::Settings::operator=(), SoPlex::printUserSettings(), SoPlex::realParam(), SoPlex::saveSettingsFile(), SoPlex::setRealParam(), SoPlex::setSettings(), and SoPlex::Settings::Settings().
|
static |
Definition at line 603 of file soplex.cpp.
Referenced by SoPlex::_parseSettingsLine(), SoPlex::parseSettingsString(), SoPlex::printUserSettings(), SoPlex::resetSettings(), SoPlex::saveSettingsFile(), and SoPlex::Settings::Settings().
|
static |
Definition at line 604 of file soplex.cpp.
Referenced by SoPlex::_parseSettingsLine(), SoPlex::parseSettingsString(), SoPlex::printUserSettings(), SoPlex::resetSettings(), SoPlex::saveSettingsFile(), SoPlex::setIntParam(), and SoPlex::Settings::Settings().
|
static |
Definition at line 605 of file soplex.cpp.
Referenced by SoPlex::_parseSettingsLine(), SoPlex::optimize(), SoPlex::parseSettingsString(), SoPlex::printUserSettings(), SoPlex::resetSettings(), SoPlex::saveSettingsFile(), SoPlex::setRealParam(), and SoPlex::Settings::Settings().