Go to the documentation of this file.
4 #ifndef ClpConstraint_H
5 #define ClpConstraint_H
31 const double * solution,
35 bool useScaling =
false,
36 bool refresh =
true)
const = 0;
39 const double * solution,
40 bool useScaling =
false,
41 bool refresh =
true)
const ;
43 virtual void resize(
int newNumberColumns) = 0;
45 virtual void deleteSome(
int numberToDelete,
const int * which) = 0;
47 virtual void reallyScale(
const double * columnScale) = 0;