#include <assert.h>#include <iostream>#include "spxdefines.h"#include "spxweightst.h"#include "svset.h"#include "sorter.h"Go to the source code of this file.
Classes | |
| struct | Compare |
| Compare class for row weights, used for sorting. More... | |
Namespaces | |
| soplex | |
| Everything should be within this namespace. | |
Macros | |
| #define | EPS 1e-6 |
| #define | STABLE 1e-3 |
Functions | |
| static void | setDualStatus (SPxBasis::Desc &desc, const SPxSolver &base, const SPxId &id) |
| static void | initPrefs (DataArray< SPxId > &pref, const SPxSolver &base, const DataArray< Real > &rowWeight, const DataArray< Real > &colWeight) |
| #define EPS 1e-6 |
Definition at line 28 of file spxweightst.cpp.
Referenced by SPxWeightST::generate().
| #define STABLE 1e-3 |
Definition at line 29 of file spxweightst.cpp.
Referenced by SPxWeightST::generate().