setRowBndGLPK.
Here, i can be an integer vector, lb and ub
can be numeric vectors.setRowsBndsGLPK(lp, i, lb, ub, type = NULL)"glpkPtr " as returned by
initProbGLPK. This is basically a pointer to a GLPK problem
object.glpkConstants, section setRowsBnds which calls the GLPK
function glp_set_row_bnds. If type is set to NULL, the type of the variables will be estimated.
If lb[j] equals ub[j], variable i[j] is fixed, otherwise double bounded.
glpkConstants