3 #ifndef BonLpBranchingSolver_H
4 #define BonLpBranchingSolver_H
WarmStartMethod warm_start_mode_
Way problems are warm started.
This class is the base class for a solver that can be used in BonOsiSolverInterface to perform the st...
This is class provides an Osi interface for a Mixed Integer Linear Program expressed as a TMINLP (so ...
LpBranchingSolver & operator=(const LpBranchingSolver &rhs)
Assignment operator.
CoinWarmStart * warm_
Warm start object for linear solver.
LpBranchingSolver()
Default Constructor.
double abs_ecp_tol_
absolute tolerance for ECP cuts
void setMaxCuttingPlaneIter(int num)
int maxCuttingPlaneIterations_
Number of maximal ECP cuts.
A class to have all elements necessary to setup a branch-and-bound.
virtual ~LpBranchingSolver()
Destructor.
Implementation of BonChooseVariable for curvature-based braching.
ReturnStatus
Standard return statuses for a solver.
OsiSolverInterface * lin_
Linear solver.
EcpCuts * ecp_
Ecp cut generate.
virtual void unmarkHotStart(OsiTMINLPInterface *tminlp_interface)
Called after all strong branching solves in a node.
static void registerOptions(Ipopt::SmartPtr< Bonmin::RegisteredOptions > roptions)
double rel_ecp_tol_
relative tolerance for ECP cuts
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)