Scippy

SoPlex

Sequential object-oriented simPlex

spxmainsm.cpp File Reference
#include <iostream>
#include "spxmainsm.h"
#include "array.h"
#include "dataarray.h"
#include "sorter.h"
#include "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 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 EXTREMES   1
 
#define ROWS   1
 
#define COLS   1
 
#define DUAL   1
 
#define DUPLICATE_ROWS   1
 
#define DUPLICATE_COLS   1
 
#define CHECK_BASIC_DIM
 

Macro Definition Documentation

#define CHECK_BASIC_DIM

Definition at line 57 of file spxmainsm.cpp.

#define COLS   1

Definition at line 49 of file spxmainsm.cpp.

#define DOMINATED_COLUMN   1

Definition at line 43 of file spxmainsm.cpp.

#define DOUBLETON_EQUATION   1

Definition at line 40 of file spxmainsm.cpp.

#define DUAL   1

Definition at line 50 of file spxmainsm.cpp.

#define DUPLICATE_COLS   1

Definition at line 53 of file spxmainsm.cpp.

#define DUPLICATE_ROWS   1
Todo:
check: with this simplification step, the unsimplified basis seems to be slightly suboptimal for some instances

Definition at line 52 of file spxmainsm.cpp.

#define EMPTY_COLUMN   1

Definition at line 36 of file spxmainsm.cpp.

#define EMPTY_CONSTRAINT   1

Definition at line 31 of file spxmainsm.cpp.

#define EXTREMES   1

Definition at line 47 of file spxmainsm.cpp.

#define FIX_VARIABLE   1

Definition at line 37 of file spxmainsm.cpp.

#define FORCE_CONSTRAINT   1

Definition at line 33 of file spxmainsm.cpp.

#define FREE_BOUNDS   1

Definition at line 35 of file spxmainsm.cpp.

#define FREE_COL_SINGLETON   1

Definition at line 41 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 38 of file spxmainsm.cpp.

#define ROW_SINGLETON   1

Definition at line 32 of file spxmainsm.cpp.

#define ROWS   1
#define WEAKLY_DOMINATED_COLUMN   1

Definition at line 44 of file spxmainsm.cpp.

#define ZERO_OBJ_COL_SINGLETON   1

Definition at line 39 of file spxmainsm.cpp.