#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_ |
| int | sparseThreshold_ |
| int | perturbation_ |
Definition at line 661 of file ClpModel.hpp.
|
|
Default constructor.
|
|
|
Copy constructor.
|
|
|
Destructor.
|
|
|
Assignment operator. This copies the data.
|
|
|
Definition at line 684 of file ClpModel.hpp. |
|
|
Definition at line 685 of file ClpModel.hpp. |
|
|
Definition at line 686 of file ClpModel.hpp. |
|
|
Definition at line 687 of file ClpModel.hpp. |
1.3.5