#include <assert.h>
#include <iostream>
#include <sstream>
#include "soplex/spxdefines.h"
#include "soplex.h"
#include "soplex/spxpricer.h"
#include "soplex/spxratiotester.h"
#include "soplex/spxstarter.h"
#include "soplex/spxout.h"
#include "soplex/timerfactory.h"
Go to the source code of this file.
|  | 
|  | soplex | 
|  | Everything should be within this namespace. 
 | 
|  | 
|  | 
| std::ostream & | operator<< (std::ostream &os, const SPxSolver::VarStatus &status) | 
|  | Pretty-printing of variable status.  More... 
 | 
|  | 
| std::ostream & | operator<< (std::ostream &os, const SPxSolver::Status &status) | 
|  | Pretty-printing of solver status.  More... 
 | 
|  | 
| std::ostream & | operator<< (std::ostream &os, const SPxSolver::Type &status) | 
|  | Pretty-printing of algorithm.  More... 
 | 
|  | 
| std::ostream & | operator<< (std::ostream &os, const SPxSolver::Representation &status) | 
|  | Pretty-printing of representation.  More... 
 | 
|  |