130 double lower,
double upper,
double dflt = 0.0,
131 bool display =
true);
138 int lower,
int upper,
int dflt = 0,
139 bool display =
true);
151 std::string firstValue,
int dflt,
bool display =
true);
160 std::string dflt,
bool display =
true);
165 bool display =
true);
243 int &numRows,
int &numCols,
double &objVal,
244 double **rowActivity,
double **dualVars,
245 double **primalVars,
double **reducedCosts);
CbcGenParam(CbcGenParamCode code, std::string name, std::string help, int lower, int upper, int dflt=0, bool display=true)
Constructor for a parameter with an integer value.
CbcGenParam(CbcGenParamCode code, std::string name, std::string help, std::string firstValue, int dflt, bool display=true)
Constructor for a parameter with keyword values.
CbcGenParam(CbcGenParamCode code, std::string name, std::string help, bool display=true)
Constructor for an action parameter.
CbcGenParamCode paramCode_
Parameter code.
CbcGenParam()
Default constructor.
CbcGenParam(const CbcGenParam &orig)
Copy constructor.
CbcGenParam(CbcGenParamCode code, std::string name, std::string help, double lower, double upper, double dflt=0.0, bool display=true)
Constructor for a parameter with a double value.
CbcGenParamCode paramCode() const
Get the parameter code.
CbcGenCtlBlk * obj_
cbc-generic control object
CbcGenParam(CbcGenParamCode code, std::string name, std::string help, std::string dflt, bool display=true)
Constructor for a string parameter.
void setParamCode(CbcGenParamCode code)
Set the parameter code.
CbcGenParamCode
Enumeration for cbc-generic parameters.
CbcGenParam & operator=(const CbcGenParam &rhs)
Assignment.
CbcGenCtlBlk * obj() const
Get the underlying cbc-generic control object.
~CbcGenParam()
Destructor.
CbcGenParam * clone()
Clone.
void setObj(CbcGenCtlBlk *obj)
Set the underlying cbc-generic control object.
int pushCbcGenCutParam(CoinParam *param)
void addCbcGenParams(int &numParams, CoinParamVec ¶mVec, CbcGenCtlBlk *ctlBlk)
int doNothingParam(CoinParam *param)
int doUnimplementedParam(CoinParam *param)
int doBaCParam(CoinParam *param)
int doImportParam(CoinParam *param)
int pushCbcGenStrParam(CoinParam *param)
bool readSolution(std::string fileName, int &numRows, int &numCols, double &objVal, double **rowActivity, double **dualVars, double **primalVars, double **reducedCosts)
int doDebugParam(CoinParam *param)
int pushCbcGenIntParam(CoinParam *param)
int doSolutionParam(CoinParam *param)
int doHelpParam(CoinParam *param)
void loadGenParamObj(const CoinParamVec paramVec, int first, int last, CbcGenCtlBlk *ctlBlk)
void saveSolution(const OsiSolverInterface *osi, std::string fileName)
int doVersionParam(CoinParam *param)
int pushCbcGenKwdParam(CoinParam *param)
int pushCbcGenDblParam(CoinParam *param)
int doPrintMaskParam(CoinParam *param)
int doExitParam(CoinParam *param)