83 double lower,
double upper,
double dflt = 0.0,
84 bool display =
true) ;
91 int lower,
int upper,
int dflt = 0,
92 bool display =
true) ;
104 std::string firstValue,
int dflt,
bool display =
true) ;
113 std::string dflt,
bool display =
true) ;
118 bool display =
true) ;
187 namespace CbcGenParamUtils {
193 void saveSolution(
const OsiSolverInterface *osi, std::string fileName) ;
195 int &numRows,
int &numCols,
double &objVal,
196 double **rowActivity,
double **dualVars,
197 double **primalVars,
double **reducedCosts) ;