#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 | acceptablePivot_ |
double | objectiveScale_ |
int | sparseThreshold_ |
int | perturbation_ |
int | forceFactorization_ |
int | scalingFlag_ |
unsigned int | specialOptions_ |
Definition at line 1053 of file ClpModel.hpp.
ClpDataSave::ClpDataSave | ( | ) |
Default constructor.
ClpDataSave::ClpDataSave | ( | const ClpDataSave & | ) |
Copy constructor.
ClpDataSave::~ClpDataSave | ( | ) |
Destructor.
ClpDataSave& ClpDataSave::operator= | ( | const ClpDataSave & | rhs | ) |
Assignment operator. This copies the data.
double ClpDataSave::dualBound_ |
Definition at line 1076 of file ClpModel.hpp.
Definition at line 1077 of file ClpModel.hpp.
double ClpDataSave::pivotTolerance_ |
Definition at line 1078 of file ClpModel.hpp.
Definition at line 1079 of file ClpModel.hpp.
double ClpDataSave::objectiveScale_ |
Definition at line 1080 of file ClpModel.hpp.
Definition at line 1081 of file ClpModel.hpp.
Definition at line 1082 of file ClpModel.hpp.
Definition at line 1083 of file ClpModel.hpp.
Definition at line 1084 of file ClpModel.hpp.
unsigned int ClpDataSave::specialOptions_ |
Definition at line 1085 of file ClpModel.hpp.