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 [SoPlexBase< R >::BOOLPARAM_COUNT] |
array of current boolean parameter values More... | |
int | _intParamValues [SoPlexBase< R >::INTPARAM_COUNT] |
array of current integer parameter values More... | |
Real | _realParamValues [SoPlexBase< R >::REALPARAM_COUNT] |
array of current real parameter values More... | |
Static Public Attributes | |
static struct soplex::SoPlexBase::Settings::BoolParam | boolParam |
static struct soplex::SoPlexBase::Settings::IntParam | intParam |
static struct soplex::SoPlexBase::Settings::RealParam | realParam |
class of parameter settings
Settings | ( | ) |
default constructor initializing default settings
bool _boolParamValues[SoPlexBase< R >::BOOLPARAM_COUNT] |
int _intParamValues[SoPlexBase< R >::INTPARAM_COUNT] |
Real _realParamValues[SoPlexBase< R >::REALPARAM_COUNT] |
|
static |
|
static |
|
static |