This is a tiny class where data can be saved round calls. More...
#include <ClpModel.hpp>
Public Member Functions | |
Constructors and destructor | |
ClpDataSave () | |
Default constructor. | |
ClpDataSave (const ClpDataSave &) | |
Copy constructor. | |
ClpDataSave & | operator= (const ClpDataSave &rhs) |
Assignment operator. This copies the data. | |
~ClpDataSave () | |
Destructor. | |
Public Attributes | |
data - with same names as in other classes | |
double | dualBound_ |
double | infeasibilityCost_ |
double | pivotTolerance_ |
double | zeroFactorizationTolerance_ |
double | zeroSimplexTolerance_ |
double | acceptablePivot_ |
double | objectiveScale_ |
int | sparseThreshold_ |
int | perturbation_ |
int | forceFactorization_ |
int | scalingFlag_ |
unsigned int | specialOptions_ |
This is a tiny class where data can be saved round calls.
Definition at line 1217 of file ClpModel.hpp.
Default constructor.
ClpDataSave::ClpDataSave | ( | const ClpDataSave & | ) |
Copy constructor.
Destructor.
ClpDataSave& ClpDataSave::operator= | ( | const ClpDataSave & | rhs | ) |
Assignment operator. This copies the data.
double ClpDataSave::dualBound_ |
Definition at line 1240 of file ClpModel.hpp.
Definition at line 1241 of file ClpModel.hpp.
double ClpDataSave::pivotTolerance_ |
Definition at line 1242 of file ClpModel.hpp.
Definition at line 1243 of file ClpModel.hpp.
Definition at line 1244 of file ClpModel.hpp.
Definition at line 1245 of file ClpModel.hpp.
double ClpDataSave::objectiveScale_ |
Definition at line 1246 of file ClpModel.hpp.
Definition at line 1247 of file ClpModel.hpp.
Definition at line 1248 of file ClpModel.hpp.
Definition at line 1249 of file ClpModel.hpp.
Definition at line 1250 of file ClpModel.hpp.
unsigned int ClpDataSave::specialOptions_ |
Definition at line 1251 of file ClpModel.hpp.