Scippy

SoPlex

Sequential object-oriented simPlex

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 More...
 
 Settings (const Settings &settings)
 copy constructor More...
 
Settingsoperator= (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
 

Detailed Description

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

class of parameter settings

Definition at line 1476 of file soplex.h.

Constructor & Destructor Documentation

◆ Settings() [1/2]

Settings ( )

default constructor initializing default settings

◆ Settings() [2/2]

Settings ( const Settings settings)

copy constructor

Member Function Documentation

◆ operator=()

Settings& operator= ( const Settings settings)

assignment operator

Member Data Documentation

◆ _boolParamValues

bool _boolParamValues[SoPlexBase< R >::BOOLPARAM_COUNT]

array of current boolean parameter values

Definition at line 1542 of file soplex.h.

◆ _intParamValues

int _intParamValues[SoPlexBase< R >::INTPARAM_COUNT]

array of current integer parameter values

Definition at line 1545 of file soplex.h.

◆ _realParamValues

Real _realParamValues[SoPlexBase< R >::REALPARAM_COUNT]

array of current real parameter values

Definition at line 1548 of file soplex.h.

◆ boolParam

struct soplex::SoPlexBase::Settings::BoolParam boolParam
static

◆ intParam

◆ realParam

struct soplex::SoPlexBase::Settings::RealParam realParam
static