#include <assert.h>
#include <iostream>
#include "soplex/spxdefines.h"
#include "soplex/spxsteeppr.h"
#include "soplex/random.h"
Go to the source code of this file.
Namespaces | |
soplex | |
Everything should be within this namespace. | |
Macros | |
#define | STEEP_REFINETOL 2.0 |
Functions | |
Real | computePrice (Real viol, Real weight, Real tol) |
#define STEEP_REFINETOL 2.0 |
Definition at line 26 of file spxsteeppr.cpp.
Referenced by SPxSteepPR::selectEnter(), and SPxSteepPR::selectLeave().