78 CbcCbcParam(CbcCbcParamCode code, std::string name, std::string help,
79 double lower,
double upper,
double dflt = 0.0,
80 bool display =
true) ;
86 CbcCbcParam(CbcCbcParamCode code, std::string name, std::string help,
87 int lower,
int upper,
int dflt = 0,
88 bool display =
true) ;
99 CbcCbcParam(CbcCbcParamCode code, std::string name, std::string help,
100 std::string firstValue,
int dflt,
bool display =
true) ;
108 CbcCbcParam(CbcCbcParamCode code, std::string name, std::string help,
109 std::string dflt,
bool display =
true) ;
113 CbcCbcParam(CbcCbcParamCode code, std::string name, std::string help,
114 bool display =
true) ;
140 return (paramCode_) ;
169 CbcCbcParamCode paramCode_ ;
CbcCbcParam & operator=(const CbcCbcParam &rhs)
Assignment.
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.
CbcModel * obj() const
Get the underlying CbcModel object.
Class for control parameters that act on a CbcModel object.
int pushCbcCbcDbl(CoinParam *param)
CbcCbcParam * clone()
Clone.
CbcCbcParamCode paramCode() const
Get the parameter code.
Simple Branch and bound class.