Go to the documentation of this file.
4 #ifndef CbcFathomDynamicProgramming_H
5 #define CbcFathomDynamicProgramming_H
55 virtual int fathom(
double *& newSolution);
73 bool tryColumn(
int numberElements,
const int * rows,
74 const double * coefficients,
double cost,
75 int upper = COIN_INT_MAX);
77 inline const double *
cost()
const {
81 inline const int *
back()
const {
106 const int * coefficients,
double cost);
113 const int * coefficients,
double cost);
115 int bitPattern(
int numberElements,
const int * rows,
116 const int * coefficients);
118 int bitPattern(
int numberElements,
const int * rows,
119 const double * coefficients);