Change Column (Variable) Bounds in the Optimization Problem
Change column (variable) bounds in the optimization problem.
## S4 method for signature 'optObj_clpAPI' changeColsBnds(lp, j, lb, ub) ## S4 method for signature 'optObj_cplexAPI' changeColsBnds(lp, j, lb, ub) ## S4 method for signature 'optObj_glpkAPI' changeColsBnds(lp, j, lb, ub) ## S4 method for signature 'optObj_lpSolveAPI' changeColsBnds(lp, j, lb, ub)
lp |
An object extending class |
j |
A numeric vector containing the column indices of the variables to change. |
lb |
A numeric vector of the same length as |
ub |
A numeric vector of the same length as |
signature(lp = "optObj_clpAPI")
method to use with package optObj_clpAPI.
signature(lp = "optObj_cplexAPI")
method to use with package optObj_cplexAPI.
signature(lp = "optObj_glpkAPI")
method to use with package optObj_glpkAPI.
signature(lp = "optObj_lpSolveAPI")
method to use with package optObj_lpSolveAPI.
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.