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