Scippy

SoPlex

Sequential object-oriented simPlex

SoPlex::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 [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
 

Detailed Description

class of parameter settings

Definition at line 1359 of file soplex.h.

Constructor & Destructor Documentation

◆ Settings() [1/2]

◆ Settings() [2/2]

Settings ( const Settings settings)

copy constructor

Definition at line 527 of file soplex.cpp.

References SoPlex::settings().

Member Function Documentation

◆ operator=()

Member Data Documentation

◆ _boolParamValues

◆ _intParamValues

◆ _realParamValues

◆ boolParam

◆ intParam

◆ realParam