#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.
|  | 
| namespace | soplex | 
|  | Everything should be within this namespace. 
 | 
|  | 
      
        
          | #define CHECK_BASIC_DIM   1 | 
      
 
 
      
        
          | #define DOMINATED_COLUMN   1 | 
      
 
 
      
        
          | #define DOUBLETON_EQUATION   1 | 
      
 
 
- Todo:
- check: with this simplification step, the unsimplified basis seems to be slightly suboptimal for some instances 
Definition at line 54 of file spxmainsm.cpp.
 
 
      
        
          | #define EMPTY_CONSTRAINT   1 | 
      
 
 
      
        
          | #define FORCE_CONSTRAINT   1 | 
      
 
 
      
        
          | #define FREE_COL_SINGLETON   1 | 
      
 
 
      
        
          | #define FREE_CONSTRAINT   1 | 
      
 
 
      
        
          | #define FREE_ZERO_OBJ_VARIABLE   1 | 
      
 
 
      
        
          | #define WEAKLY_DOMINATED_COLUMN   1 | 
      
 
 
      
        
          | #define ZERO_OBJ_COL_SINGLETON   1 |