8 #ifndef CbcSubProblem_H
9 #define CbcSubProblem_H
27 const double *lowerBefore,
28 const double *upperBefore,
29 const unsigned char *status,
33 CbcSubProblem(
const CbcSubProblem &);
36 CbcSubProblem &operator=(
const CbcSubProblem &rhs);
39 virtual ~CbcSubProblem();
42 void takeOver(CbcSubProblem &,
bool cleanup);
48 double objectiveValue_;
50 double sumInfeasibilities_;
65 int numberChangedBounds_;
67 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.