Scippy

SoPlex

Sequential object-oriented simPlex

spxscaler.h File Reference

LP scaling base class. More...

#include <assert.h>
#include "spxdefines.h"
#include "dataarray.h"
#include "spxlp.h"

Go to the source code of this file.

Classes

class  SPxScaler
 LP scaler abstract base class.Instances of classes derived from SPxScaler may be loaded to SoPlex in order to scale LPs before solving them. SoPlex will load() itself to the SPxScaler and then call scale(). Generally any SPxLP can be loaded to a SPxScaler for scale()ing it. The scaling can be undone by calling unscale(). More...
 

Namespaces

namespace  soplex
 Everything should be within this namespace.
 

Detailed Description

LP scaling base class.

Definition in file spxscaler.h.