#include <soplex.h>
Public Member Functions | |
BoolParam () | |
constructor More... | |
Public Attributes | |
std::string | name [SoPlex::BOOLPARAM_COUNT] |
array of names for boolean parameters More... | |
std::string | description [SoPlex::BOOLPARAM_COUNT] |
array of descriptions for boolean parameters More... | |
bool | defaultValue [SoPlex::BOOLPARAM_COUNT] |
array of default values for boolean parameters More... | |
BoolParam | ( | ) |
constructor
should row and bound violations be computed explicitly in the update of reduced problem in the decomposition
re-optimize the original problem to get a proof of infeasibility/unboundedness?
Definition at line 44 of file soplex.cpp.
References SoPlex::ACCEPTCYCLING, SoPlex::COMPUTEDEGEN, SoPlex::Settings::BoolParam::defaultValue, SoPlex::Settings::BoolParam::description, SoPlex::ENSURERAY, SoPlex::EQTRANS, SoPlex::EXPLICITVIOL, SoPlex::FULLPERTURBATION, SoPlex::LIFTING, SoPlex::Settings::BoolParam::name, SoPlex::PERSISTENTSCALING, SoPlex::POWERSCALING, SoPlex::RATFAC, SoPlex::RATFACJUMP, SoPlex::RATREC, SoPlex::ROWBOUNDFLIPS, SoPlex::TESTDUALINF, SoPlex::USECOMPDUAL, and SoPlex::USEDECOMPDUALSIMPLEX.
bool defaultValue[SoPlex::BOOLPARAM_COUNT] |
array of default values for boolean parameters
Definition at line 1399 of file soplex.h.
Referenced by SoPlex::Settings::BoolParam::BoolParam(), SoPlex::Settings::IntParam::IntParam(), SoPlex::printUserSettings(), SoPlex::Settings::RealParam::RealParam(), SoPlex::resetSettings(), SoPlex::saveSettingsFile(), and SoPlex::Settings::Settings().
std::string description[SoPlex::BOOLPARAM_COUNT] |
array of descriptions for boolean parameters
Definition at line 1397 of file soplex.h.
Referenced by SoPlex::Settings::BoolParam::BoolParam(), SoPlex::Settings::IntParam::IntParam(), SoPlex::Settings::RealParam::RealParam(), and SoPlex::saveSettingsFile().
std::string name[SoPlex::BOOLPARAM_COUNT] |
array of names for boolean parameters
Definition at line 1395 of file soplex.h.
Referenced by SoPlex::_parseSettingsLine(), SoPlex::Settings::BoolParam::BoolParam(), SoPlex::Settings::IntParam::IntParam(), SoPlex::parseSettingsString(), SoPlex::printUserSettings(), SoPlex::Settings::RealParam::RealParam(), and SoPlex::saveSettingsFile().