Preconfigured SoPlex LP solver. More...
#include <string.h>#include "spxdefines.h"#include "basevectors.h"#include "spxsolver.h"#include "slufactor.h"#include "slufactor_rational.h"#include "spxsimplifier.h"#include "spxmainsm.h"#include "spxscaler.h"#include "spxequilisc.h"#include "spxleastsqsc.h"#include "spxgeometsc.h"#include "spxstarter.h"#include "spxweightst.h"#include "spxsumst.h"#include "spxvectorst.h"#include "spxpricer.h"#include "spxautopr.h"#include "spxdantzigpr.h"#include "spxparmultpr.h"#include "spxdevexpr.h"#include "spxsteeppr.h"#include "spxsteepexpr.h"#include "spxhybridpr.h"#include "spxratiotester.h"#include "spxdefaultrt.h"#include "spxharrisrt.h"#include "spxfastrt.h"#include "spxboundflippingrt.h"#include "sol.h"Go to the source code of this file.
Classes | |
| class | SoPlex |
| Preconfigured SoPlex LP-solver. More... | |
| class | SoPlex::Settings |
| class of parameter settings More... | |
| struct | SoPlex::Settings::BoolParam |
| struct | SoPlex::Settings::IntParam |
| struct | SoPlex::Settings::RealParam |
| struct | SoPlex::RowViolation |
| struct | SoPlex::RowViolationCompare |
Namespaces | |
| soplex | |
| Everything should be within this namespace. | |
Macros | |
| #define | DEFAULT_RANDOM_SEED 0 |
Preconfigured SoPlex LP solver.
Definition in file soplex.h.
| #define DEFAULT_RANDOM_SEED 0 |
Definition at line 64 of file soplex.h.
Referenced by SoPlex::printUserSettings(), and SoPlex::saveSettingsFile().