5 #error "BonCurvBranchingSolver not supported anymore" 6 #ifndef BonCurvBranchingSolver_H 7 #define BonCurvBranchingSolver_H 68 const double* solution_;
Implementation of BonChooseVariable for curvature-based braching.
(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...
virtual void unmarkHotStart(OsiTMINLPInterface *tminlp_interface)
Called after all strong branching solves in a node.
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 markHotStart(OsiTMINLPInterface *tminlp_interface)
Called to initialize solver before a bunch of strong branching solves.
CurvBranchingSolver & operator=(const CurvBranchingSolver &rhs)
Assignment operator.
virtual TNLPSolver::ReturnStatus solveFromHotStart(OsiTMINLPInterface *tminlp_interface)
Called to solve the current TMINLP (with changed bound information)
virtual ~CurvBranchingSolver()
Destructor.