#include <ClpQuadInterface.hpp>
Public Member Functions | |
Solve methods | |
virtual void | initialSolve () |
Solve initial LP relaxation. | |
virtual void | resolve () |
Resolve an LP relaxation after problem modification. | |
Constructors and destructors | |
ClpQuadInterface () | |
Default Constructor. | |
virtual OsiSolverInterface * | clone (bool CopyData=true) const |
Clone. | |
ClpQuadInterface (const ClpQuadInterface &) | |
Copy constructor. | |
ClpQuadInterface & | operator= (const ClpQuadInterface &rhs) |
Assignment operator. | |
virtual | ~ClpQuadInterface () |
Destructor. | |
Sets and Getss | |
void | initialize () |
Setup fake objective. | |
virtual double | getObjValue () const |
Get objective function value (can't use default). | |
Private Attributes | |
Private member data | |
ClpObjective * | quadraticObjective_ |
True quadratic objective. |
Definition at line 16 of file ClpQuadInterface.hpp.
|
Default Constructor.
|
|
Copy constructor.
|
|
Destructor.
|
|
Solve initial LP relaxation.
|
|
Resolve an LP relaxation after problem modification.
|
|
Clone.
|
|
Assignment operator.
|
|
Setup fake objective. It could also read an ampl .nl file or somehow get nonlinear info |
|
Get objective function value (can't use default).
|
|
True quadratic objective.
Definition at line 68 of file ClpQuadInterface.hpp. |