#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... | |
RealParam | ( | ) |
constructor
Definition at line 367 of file soplex.cpp.
References DEFAULT_EPS_FACTOR, DEFAULT_EPS_PIVOT, DEFAULT_EPS_UPDATE, DEFAULT_EPS_ZERO, DEFAULT_INFINITY, SoPlex::Settings::BoolParam::defaultValue, SoPlex::Settings::BoolParam::description, SoPlex::EPSILON_FACTORIZATION, SoPlex::EPSILON_PIVOT, SoPlex::EPSILON_UPDATE, SoPlex::EPSILON_ZERO, SoPlex::FEASTOL, SoPlex::FPFEASTOL, SoPlex::FPOPTTOL, SoPlex::INFTY, SoPlex::LEASTSQ_ACRCY, SoPlex::LIFTMAXVAL, SoPlex::LIFTMINVAL, SoPlex::MAXSCALEINCR, SoPlex::MINRED, SoPlex::Settings::BoolParam::name, SoPlex::OBJ_OFFSET, SoPlex::OBJLIMIT_LOWER, SoPlex::OBJLIMIT_UPPER, SoPlex::OPTTOL, SoPlex::RATREC_FREQ, SoPlex::REFAC_BASIS_NNZ, SoPlex::REFAC_MEM_FACTOR, SoPlex::REFAC_UPDATE_FILL, SoPlex::REPRESENTATION_SWITCH, SoPlex::SPARSITY_THRESHOLD, and SoPlex::TIMELIMIT.
Real defaultValue[SoPlex::REALPARAM_COUNT] |
array of default values for real parameters
Definition at line 1427 of file soplex.h.
Referenced by SoPlex::printUserSettings(), SoPlex::resetSettings(), SoPlex::saveSettingsFile(), and SoPlex::Settings::Settings().
std::string description[SoPlex::REALPARAM_COUNT] |
array of descriptions for real parameters
Definition at line 1425 of file soplex.h.
Referenced by SoPlex::saveSettingsFile().
Real lower[SoPlex::REALPARAM_COUNT] |
array of lower bounds for real parameter values
Definition at line 1429 of file soplex.h.
Referenced by SoPlex::optimize(), and SoPlex::saveSettingsFile().
std::string name[SoPlex::REALPARAM_COUNT] |
array of names for real parameters
Definition at line 1423 of file soplex.h.
Referenced by SoPlex::_parseSettingsLine(), SoPlex::parseSettingsString(), SoPlex::printUserSettings(), and SoPlex::saveSettingsFile().
Real upper[SoPlex::REALPARAM_COUNT] |
array of upper bounds for real parameter values
Definition at line 1431 of file soplex.h.
Referenced by SoPlex::saveSettingsFile(), and SoPlex::setRealParam().