#include <assert.h>
#include <iostream>
#include "spxdefines.h"
#include "spxsolver.h"
#include "spxpricer.h"
#include "spxratiotester.h"
#include "exceptions.h"
Go to the source code of this file.
|
namespace | soplex |
| Everything should be within this namespace.
|
|
|
static void | changeLowerStatus (SPxBasis::Desc::Status &stat, Real newLower, Real upper, const SPxBasis &basis, int i) |
|
static void | changeUpperStatus (SPxBasis::Desc::Status &stat, Real newUpper, Real lower, const SPxBasis &basis, int i) |
|
static void | changeLhsStatus (SPxBasis::Desc::Status &stat, Real newLhs, Real rhs, const SPxBasis &basis, int i) |
|
static void | changeRhsStatus (SPxBasis::Desc::Status &stat, Real newRhs, Real lhs, const SPxBasis &basis, int i) |
|