Scippy

SoPlex

Sequential object-oriented simPlex

spxsolver.cpp File Reference
#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 "timerfactory.h"

Go to the source code of this file.

Namespaces

namespace  soplex
 Everything should be within this namespace.
 

Macros

#define MAXIMUM(x, y)   ((x)>(y) ? (x) : (y))
 

Functions

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.
 

Macro Definition Documentation

#define MAXIMUM (   x,
 
)    ((x)>(y) ? (x) : (y))

Definition at line 30 of file spxsolver.cpp.

Referenced by SPxSolver::maxInfeas().