## S3 method for class 'optObj_clpAPI':
changeColsBndsObjCoefs(lp, j, lb, ub, obj_coef)## S3 method for class 'optObj_cplexAPI':
changeColsBndsObjCoefs(lp, j, lb, ub, obj_coef)
## S3 method for class 'optObj_glpkAPI':
changeColsBndsObjCoefs(lp, j, lb, ub, obj_coef)
## S3 method for class 'optObj_lpSolveAPI':
changeColsBndsObjCoefs(lp, j, lb, ub, obj_coef)
optObj
.j
containing the lower bounds
of the variables to change.j
containing the upper bounds
of the variables to change.j
containing the objective
coefficients of the variables to change.optObj
and constructor function
optObj
.