Scippy

SoPlex

Sequential object-oriented simPlex

SoPlex::Settings::IntParam Struct Reference

#include <soplex.h>

Public Member Functions

 IntParam ()
 constructor More...
 

Public Attributes

std::string name [SoPlex::INTPARAM_COUNT]
 array of names for integer parameters More...
 
std::string description [SoPlex::INTPARAM_COUNT]
 array of descriptions for integer parameters More...
 
int defaultValue [SoPlex::INTPARAM_COUNT]
 array of default values for integer parameters More...
 
int lower [SoPlex::INTPARAM_COUNT]
 array of lower bounds for int parameter values More...
 
int upper [SoPlex::INTPARAM_COUNT]
 array of upper bounds for int parameter values More...
 

Detailed Description

Definition at line 1370 of file soplex.h.

Constructor & Destructor Documentation

◆ IntParam()

Member Data Documentation

◆ defaultValue

int defaultValue[SoPlex::INTPARAM_COUNT]

array of default values for integer parameters

Definition at line 1378 of file soplex.h.

Referenced by SoPlex::printUserSettings(), SoPlex::resetSettings(), SoPlex::saveSettingsFile(), and SoPlex::Settings::Settings().

◆ description

std::string description[SoPlex::INTPARAM_COUNT]

array of descriptions for integer parameters

Definition at line 1376 of file soplex.h.

Referenced by SoPlex::saveSettingsFile().

◆ lower

array of lower bounds for int parameter values

Definition at line 1380 of file soplex.h.

Referenced by SoPlex::saveSettingsFile().

◆ name

std::string name[SoPlex::INTPARAM_COUNT]

array of names for integer parameters

Definition at line 1374 of file soplex.h.

Referenced by SoPlex::_parseSettingsLine(), SoPlex::parseSettingsString(), SoPlex::printUserSettings(), and SoPlex::saveSettingsFile().

◆ upper

array of upper bounds for int parameter values

Definition at line 1382 of file soplex.h.

Referenced by SoPlex::saveSettingsFile(), and SoPlex::setIntParam().