3 #ifndef BonQpBranchingSolver_H 4 #define BonQpBranchingSolver_H 10 #ifdef COIN_HAS_FILTERSQP 60 BqpdSolver::Times times_;
virtual TNLPSolver::ReturnStatus solveFromHotStart(OsiTMINLPInterface *tminlp_interface)
Called to solve the current TMINLP (with changed bound information)
virtual void markHotStart(OsiTMINLPInterface *tminlp_interface)
Called to initialize solver before a bunch of strong branching solves.
(C) Copyright International Business Machines Corporation 2007
This class is the base class for a solver that can be used in BonOsiSolverInterface to perform the st...
This class chooses a variable to branch on.
This is class provides an Osi interface for a Mixed Integer Linear Program expressed as a TMINLP (so ...
ReturnStatus
Standard return statuses for a solver.
virtual void unmarkHotStart(OsiTMINLPInterface *tminlp_interface)
Called after all strong branching solves in a node.
virtual ~QpBranchingSolver()
Destructor.
QpBranchingSolver & operator=(const QpBranchingSolver &rhs)
Assignment operator.