#include <iostream>
#include "soplex/spxmainsm.h"
#include "soplex/array.h"
#include "soplex/dataarray.h"
#include "soplex/sorter.h"
#include "soplex/spxout.h"
#include <sstream>
#include <fstream>
Go to the source code of this file.
Namespaces | |
soplex | |
Everything should be within this namespace. | |
Macros | |
#define | FREE_LHS_RHS 1 |
#define | FREE_CONSTRAINT 1 |
#define | EMPTY_CONSTRAINT 1 |
#define | ROW_SINGLETON 1 |
#define | AGGREGATE_VARS 1 |
#define | FORCE_CONSTRAINT 1 |
#define | FREE_BOUNDS 1 |
#define | EMPTY_COLUMN 1 |
#define | FIX_VARIABLE 1 |
#define | FREE_ZERO_OBJ_VARIABLE 1 |
#define | ZERO_OBJ_COL_SINGLETON 1 |
#define | DOUBLETON_EQUATION 1 |
#define | FREE_COL_SINGLETON 1 |
#define | DOMINATED_COLUMN 1 |
#define | WEAKLY_DOMINATED_COLUMN 1 |
#define | MULTI_AGGREGATE 1 |
#define | TRIVIAL_HEURISTICS 1 |
#define | PSEUDOOBJ 1 |
#define | EXTREMES 1 |
#define | ROWS 1 |
#define | COLS 1 |
#define | DUAL 1 |
#define | DUPLICATE_ROWS 1 |
#define | DUPLICATE_COLS 1 |
#define | CHECK_BASIC_DIM |
Functions | |
std::ostream & | operator<< (std::ostream &os, const SPxSimplifier::Result &status) |
Pretty-printing of simplifier status. More... | |
#define AGGREGATE_VARS 1 |
Definition at line 33 of file spxmainsm.cpp.
#define CHECK_BASIC_DIM |
Definition at line 62 of file spxmainsm.cpp.
#define COLS 1 |
Definition at line 54 of file spxmainsm.cpp.
#define DOMINATED_COLUMN 1 |
Definition at line 44 of file spxmainsm.cpp.
#define DOUBLETON_EQUATION 1 |
Definition at line 41 of file spxmainsm.cpp.
#define DUAL 1 |
Definition at line 55 of file spxmainsm.cpp.
#define DUPLICATE_COLS 1 |
Definition at line 58 of file spxmainsm.cpp.
#define DUPLICATE_ROWS 1 |
Definition at line 57 of file spxmainsm.cpp.
#define EMPTY_COLUMN 1 |
Definition at line 37 of file spxmainsm.cpp.
#define EMPTY_CONSTRAINT 1 |
Definition at line 31 of file spxmainsm.cpp.
#define EXTREMES 1 |
Definition at line 52 of file spxmainsm.cpp.
#define FIX_VARIABLE 1 |
Definition at line 38 of file spxmainsm.cpp.
#define FORCE_CONSTRAINT 1 |
Definition at line 34 of file spxmainsm.cpp.
#define FREE_BOUNDS 1 |
Definition at line 36 of file spxmainsm.cpp.
#define FREE_COL_SINGLETON 1 |
Definition at line 42 of file spxmainsm.cpp.
#define FREE_CONSTRAINT 1 |
Definition at line 30 of file spxmainsm.cpp.
#define FREE_LHS_RHS 1 |
Definition at line 29 of file spxmainsm.cpp.
#define FREE_ZERO_OBJ_VARIABLE 1 |
Definition at line 39 of file spxmainsm.cpp.
#define MULTI_AGGREGATE 1 |
Definition at line 46 of file spxmainsm.cpp.
#define PSEUDOOBJ 1 |
Definition at line 49 of file spxmainsm.cpp.
#define ROW_SINGLETON 1 |
Definition at line 32 of file spxmainsm.cpp.
#define ROWS 1 |
Definition at line 53 of file spxmainsm.cpp.
Referenced by soplex::MPSreadName(), soplex::MPSreadObjname(), soplex::MPSreadObjsen(), and SPxLPBase< Real >::readMPS().
#define TRIVIAL_HEURISTICS 1 |
Definition at line 48 of file spxmainsm.cpp.
#define WEAKLY_DOMINATED_COLUMN 1 |
Definition at line 45 of file spxmainsm.cpp.
#define ZERO_OBJ_COL_SINGLETON 1 |
Definition at line 40 of file spxmainsm.cpp.