3 #ifndef BonQpBranchingSolver_H
4 #define BonQpBranchingSolver_H
10 #ifdef COIN_HAS_FILTERSQP
60 BqpdSolver::Times times_;
This class is the base class for a solver that can be used in BonOsiSolverInterface to perform the st...
virtual TNLPSolver::ReturnStatus solveFromHotStart(OsiTMINLPInterface *tminlp_interface)
Called to solve the current TMINLP (with changed bound information)
virtual void unmarkHotStart(OsiTMINLPInterface *tminlp_interface)
Called after all strong branching solves in a node.
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 ...
Ipopt::SmartPtr< BranchingTQP > branching_tqp_
virtual ~QpBranchingSolver()
Destructor.
QpBranchingSolver()
Default Constructor.
Ipopt::SmartPtr< TNLPSolver > tqp_solver_
ReturnStatus
Standard return statuses for a solver.
QpBranchingSolver & operator=(const QpBranchingSolver &rhs)
Assignment operator.
virtual void markHotStart(OsiTMINLPInterface *tminlp_interface)
Called to initialize solver before a bunch of strong branching solves.