Go to the documentation of this file.
5 #error "BonCurvBranchingSolver not supported anymore"
6 #ifndef BonCurvBranchingSolver_H
7 #define BonCurvBranchingSolver_H
68 const double* solution_;
CurvBranchingSolver & operator=(const CurvBranchingSolver &rhs)
Assignment operator.
Implementation of BonChooseVariable for curvature-based braching.
ReturnStatus
Standard return statuses for a solver.
This class is the base class for a solver that can be used in BonOsiSolverInterface to perform the st...
(C) Copyright International Business Machines Corporation 2007
virtual void unmarkHotStart(OsiTMINLPInterface *tminlp_interface)
Called after all strong branching solves in a node.
virtual ~CurvBranchingSolver()
Destructor.
This is class provides an Osi interface for a Mixed Integer Linear Program expressed as a TMINLP (so ...
virtual void markHotStart(OsiTMINLPInterface *tminlp_interface)
Called to initialize solver before a bunch of strong branching solves.
virtual TNLPSolver::ReturnStatus solveFromHotStart(OsiTMINLPInterface *tminlp_interface)
Called to solve the current TMINLP (with changed bound information)