8 #ifndef CbcConsequence_H
9 #define CbcConsequence_H
CbcConsequence & operator=(const CbcConsequence &rhs)
Abstract base class for consequent bounds.
virtual CbcConsequence * clone() const =0
Clone.
virtual void applyToSolver(OsiSolverInterface *solver, int state) const =0
Apply to an LP solver.
Abstract Base Class for describing an interface to a solver.
virtual ~CbcConsequence()
Destructor.