28#ifndef _SPXLEASTSQSC_H_
29#define _SPXLEASTSQSC_H_
75 virtual void setIntParam(
int param,
const char* name)
override;
93#include "spxleastsqsc.hpp"
Saving LPs in a form suitable for SoPlex.
SPxLeastSqSC(const SPxLeastSqSC &old)
copy constructor
virtual void setRealParam(R param, const char *name) override
set Real param (conjugate gradient accuracy)
virtual SPxScaler< R > * clone() const override
clone function for polymorphism
virtual ~SPxLeastSqSC()
destructor
virtual void scale(SPxLPBase< R > &lp, bool persistent=true) override
Scale the loaded SPxLP.
SPxLeastSqSC()
default constructor (this scaler makes no use of inherited member m_colFirst)
virtual void setIntParam(int param, const char *name) override
set int param (maximal conjugate gradient rounds)
SPxLeastSqSC & operator=(const SPxLeastSqSC &)
assignment operator
LP scaler abstract base class.
Everything should be within this namespace.
Saving LPs in a form suitable for SoPlex.