|
SoPlex
|
class of parameter settings More...
#include <soplex.h>
Classes | |
| struct | BoolParam |
| struct | IntParam |
| struct | RealParam |
Public Member Functions | |
| Settings () | |
| default constructor initializing default settings | |
| Settings (const Settings &settings) | |
| copy constructor | |
| Settings & | operator= (const Settings &settings) |
| assignment operator | |
Public Attributes | |
| bool | _boolParamValues [SoPlexBase< R >::BOOLPARAM_COUNT] |
| array of current boolean parameter values | |
| int | _intParamValues [SoPlexBase< R >::INTPARAM_COUNT] |
| array of current integer parameter values | |
| Real | _realParamValues [SoPlexBase< R >::REALPARAM_COUNT] |
| array of current real parameter values | |
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
Referenced by operator=(), and Settings().
| Settings | ( | const Settings & | settings | ) |
copy constructor
References Settings(), and SoPlexBase< R >::settings().
assignment operator
References Settings(), and SoPlexBase< R >::settings().
| bool _boolParamValues[SoPlexBase< R >::BOOLPARAM_COUNT] |
| int _intParamValues[SoPlexBase< R >::INTPARAM_COUNT] |
| Real _realParamValues[SoPlexBase< R >::REALPARAM_COUNT] |
|
static |
|
static |
|
static |