SoPlex
Loading...
Searching...
No Matches
SoPlexBase< R >::Settings Class Reference

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
Settingsoperator= (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

Detailed Description

template<class R>
class soplex::SoPlexBase< R >::Settings

class of parameter settings

Definition at line 1486 of file soplex.h.

Constructor & Destructor Documentation

◆ Settings() [1/2]

template<class R>
Settings ( )

default constructor initializing default settings

Referenced by operator=(), and Settings().

◆ Settings() [2/2]

template<class R>
Settings ( const Settings & settings)

copy constructor

References Settings(), and SoPlexBase< R >::settings().

Member Function Documentation

◆ operator=()

template<class R>
Settings & operator= ( const Settings & settings)

assignment operator

References Settings(), and SoPlexBase< R >::settings().

Member Data Documentation

◆ _boolParamValues

template<class R>
bool _boolParamValues[SoPlexBase< R >::BOOLPARAM_COUNT]

array of current boolean parameter values

Definition at line 1552 of file soplex.h.

◆ _intParamValues

template<class R>
int _intParamValues[SoPlexBase< R >::INTPARAM_COUNT]

array of current integer parameter values

Definition at line 1555 of file soplex.h.

◆ _realParamValues

template<class R>
Real _realParamValues[SoPlexBase< R >::REALPARAM_COUNT]

array of current real parameter values

Definition at line 1558 of file soplex.h.

◆ boolParam

template<class R>
struct soplex::SoPlexBase::Settings::BoolParam boolParam
static

◆ intParam

template<class R>
struct soplex::SoPlexBase::Settings::IntParam intParam
static

◆ realParam

template<class R>
struct soplex::SoPlexBase::Settings::RealParam realParam
static