Scippy

SoPlex

Sequential object-oriented simPlex

spxweightst.cpp File Reference
#include <assert.h>
#include <iostream>
#include "soplex/spxdefines.h"
#include "soplex/spxweightst.h"
#include "soplex/svset.h"
#include "soplex/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)
 

Macro Definition Documentation

◆ EPS

#define EPS   1e-6

Definition at line 28 of file spxweightst.cpp.

Referenced by SPxWeightST::generate().

◆ STABLE

#define STABLE   1e-3

Definition at line 29 of file spxweightst.cpp.

Referenced by SPxWeightST::generate().