Go to the documentation of this file.
4 #ifndef ClpConstraintAmpl_H
5 #define ClpConstraintAmpl_H
7 #include "ClpConstraint.hpp"
29 virtual int gradient(
const ClpSimplex * model,
30 const double * solution,
32 double & functionValue ,
34 bool useScaling =
false,
35 bool refresh =
true)
const ;
37 virtual void resize(
int newNumberColumns) ;
39 virtual void deleteSome(
int numberToDelete,
const int * which) ;
41 virtual void reallyScale(
const double * columnScale) ;
74 virtual ClpConstraint *
clone()
const;