79 double lower,
double upper,
double dflt = 0.0,
80 bool display =
true) ;
87 int lower,
int upper,
int dflt = 0,
88 bool display =
true) ;
100 std::string firstValue,
int dflt,
bool display =
true) ;
109 std::string dflt,
bool display =
true) ;
114 bool display =
true) ;
140 return (paramCode_) ;
183 namespace CbcCbcParamUtils {
CbcCbcParam & operator=(const CbcCbcParam &rhs)
Assignment.
CbcModel * obj() const
Get the underlying CbcModel object.
CbcCbcParamCode paramCode() const
Get the parameter code.
void loadCbcParamObj(const CoinParamVec paramVec, int first, int last, CbcModel *model)
void setCbcModelDefaults(CbcModel *model)
CbcCbcParam()
Default constructor.
void addCbcCbcParams(int &numParams, CoinParamVec ¶mVec, CbcModel *model)
void setObj(CbcModel *obj)
Set the underlying CbcModel object.
int pushCbcCbcInt(CoinParam *param)
~CbcCbcParam()
Destructor.
CbcCbcParamCode
Enumeration for parameters that control a CbcModel object.
void setParamCode(CbcCbcParamCode code)
Set the parameter code.
Class for control parameters that act on a CbcModel object.
int pushCbcCbcDbl(CoinParam *param)
CbcCbcParam * clone()
Clone.
Simple Branch and bound class.