Scippy

SoPlex

Sequential object-oriented simPlex

spxbasis.cpp File Reference
#include <assert.h>
#include <cstdio>
#include <iostream>
#include <iomanip>
#include <sstream>
#include "spxdefines.h"
#include "spxbasis.h"
#include "didxset.h"
#include "dvector.h"
#include "spxsolver.h"
#include "mpsinput.h"
#include "spxout.h"
#include "exceptions.h"

Go to the source code of this file.

Namespaces

 soplex
 Everything should be within this namespace.
 

Functions

static const char * getRowName (const SPxLP *lp, int idx, const NameSet *rnames, char *buf)
 
static const char * getColName (const SPxLP *lp, int idx, const NameSet *cnames, char *buf)
 
std::ostream & operator<< (std::ostream &os, const SPxBasis::SPxStatus &status)
 Pretty-printing of basis status. More...