8 #ifndef CbcSubProblem_H
9 #define CbcSubProblem_H
28 const double * lowerBefore,
29 const double * upperBefore,
30 const unsigned char * status,
34 CbcSubProblem (
const CbcSubProblem &);
37 CbcSubProblem & operator= (
const CbcSubProblem& rhs);
40 virtual ~CbcSubProblem ();
43 void takeOver ( CbcSubProblem &,
bool cleanup);
49 double objectiveValue_;
51 double sumInfeasibilities_;
66 int numberChangedBounds_;
68 int numberInfeasibilities_;
Abstract base class for warm start `diff' objects.
Abstract Base Class for describing an interface to a solver.
The default COIN simplex (basis-oriented) warm start class.