91 double lower,
double upper,
double dflt = 0.0,
99 int lower,
int upper,
int dflt = 0,
112 std::string firstValue,
int dflt,
bool display =
true);
121 std::string dflt,
bool display =
true);
196 namespace CbcCbcParamUtils {
CbcCbcParam * clone()
Clone.
void addCbcCbcParams(int &numParams, CoinParamVec ¶mVec, CbcModel *model)
CbcCbcParamCode
Enumeration for parameters that control a CbcModel object.
void loadCbcParamObj(const CoinParamVec paramVec, int first, int last, CbcModel *model)
~CbcCbcParam()
Destructor.
void setCbcModelDefaults(CbcModel *model)
void setParamCode(CbcCbcParamCode code)
Set the parameter code.
int pushCbcCbcDbl(CoinParam *param)
int pushCbcCbcInt(CoinParam *param)
CbcModel * obj_
CbcModel object.
bool display() const
Get visibility of parameter.
CbcCbcParam & operator=(const CbcCbcParam &rhs)
Assignment.
void setObj(CbcModel *obj)
Set the underlying CbcModel object.
Class for control parameters that act on a CbcModel object.
CbcModel * obj() const
Get the underlying CbcModel object.
CbcCbcParamCode paramCode_
Parameter code.
CbcCbcParamCode paramCode() const
Get the parameter code.
CbcCbcParam()
Default constructor.
A base class for `keyword value' command line parameters.
Simple Branch and bound class.
std::string name() const
Return the parameter keyword (name) string.