ClpQuadInterface Class Reference

This is to allow the user to replace initialSolve and resolve. More...

#include <ClpQuadInterface.hpp>

Inheritance diagram for ClpQuadInterface:
Inheritance graph
[legend]
Collaboration diagram for ClpQuadInterface:
Collaboration graph
[legend]

List of all members.

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 OsiSolverInterfaceclone (bool CopyData=true) const
 Clone.
 ClpQuadInterface (const ClpQuadInterface &)
 Copy constructor.
ClpQuadInterfaceoperator= (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



ClpObjectivequadraticObjective_
 True quadratic objective.

Detailed Description

This is to allow the user to replace initialSolve and resolve.

Definition at line 16 of file ClpQuadInterface.hpp.


Constructor & Destructor Documentation

ClpQuadInterface::ClpQuadInterface (  ) 

Default Constructor.

ClpQuadInterface::ClpQuadInterface ( const ClpQuadInterface  ) 

Copy constructor.

virtual ClpQuadInterface::~ClpQuadInterface (  )  [virtual]

Destructor.


Member Function Documentation

virtual void ClpQuadInterface::initialSolve (  )  [virtual]

Solve initial LP relaxation.

Reimplemented from OsiClpSolverInterface.

virtual void ClpQuadInterface::resolve (  )  [virtual]

Resolve an LP relaxation after problem modification.

Reimplemented from OsiClpSolverInterface.

virtual OsiSolverInterface* ClpQuadInterface::clone ( bool  CopyData = true  )  const [virtual]

Clone.

Reimplemented from OsiClpSolverInterface.

ClpQuadInterface& ClpQuadInterface::operator= ( const ClpQuadInterface rhs  ) 

Assignment operator.

Reimplemented from OsiClpSolverInterface.

void ClpQuadInterface::initialize (  ) 

Setup fake objective.

It could also read an ampl .nl file or somehow get nonlinear info

virtual double ClpQuadInterface::getObjValue (  )  const [virtual]

Get objective function value (can't use default).

Reimplemented from OsiClpSolverInterface.


Member Data Documentation

True quadratic objective.

Definition at line 68 of file ClpQuadInterface.hpp.


The documentation for this class was generated from the following file:

Generated on 15 Mar 2015 for Coin-All by  doxygen 1.6.1