6 #ifndef ClpQuadInterface_H
7 #define ClpQuadInterface_H
virtual ~ClpQuadInterface()
Destructor.
virtual void resolve()
Resolve an LP relaxation after problem modification.
Objective Abstract Base Class.
ClpQuadInterface & operator=(const ClpQuadInterface &rhs)
Assignment operator.
virtual double getObjValue() const
Get objective function value (can't use default)
Abstract Base Class for describing an interface to a solver.
ClpQuadInterface()
Default Constructor.
ClpObjective * quadraticObjective_
True quadratic objective.
virtual OsiSolverInterface * clone(bool CopyData=true) const
Clone.
void initialize()
Setup fake objective.
This is to allow the user to replace initialSolve and resolve.
virtual void initialSolve()
Solve initial LP relaxation.