Scippy

SoPlex

Sequential object-oriented simPlex

SoPlex::Settings::RealParam Struct Reference

#include <soplex.h>

Public Member Functions

 RealParam ()
 constructor More...
 

Public Attributes

std::string name [SoPlex::REALPARAM_COUNT]
 array of names for real parameters More...
 
std::string description [SoPlex::REALPARAM_COUNT]
 array of descriptions for real parameters More...
 
Real defaultValue [SoPlex::REALPARAM_COUNT]
 array of default values for real parameters More...
 
Real lower [SoPlex::REALPARAM_COUNT]
 array of lower bounds for real parameter values More...
 
Real upper [SoPlex::REALPARAM_COUNT]
 array of upper bounds for real parameter values More...
 

Detailed Description

Definition at line 1385 of file soplex.h.

Constructor & Destructor Documentation

◆ RealParam()

Member Data Documentation

◆ defaultValue

array of default values for real parameters

Definition at line 1393 of file soplex.h.

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

◆ description

std::string description[SoPlex::REALPARAM_COUNT]

array of descriptions for real parameters

Definition at line 1391 of file soplex.h.

Referenced by SoPlex::saveSettingsFile().

◆ lower

array of lower bounds for real parameter values

Definition at line 1395 of file soplex.h.

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

◆ name

std::string name[SoPlex::REALPARAM_COUNT]

array of names for real parameters

Definition at line 1389 of file soplex.h.

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

◆ upper

array of upper bounds for real parameter values

Definition at line 1397 of file soplex.h.

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