rLSmodifySemiContVars: Modify data of a set of semi-continuous variables in the given model.
Description
R interface function for LINDO API function LSmodifySemiContVars
. For more information,
please refer to LINDO API User Manual.
Usage
rLSmodifySemiContVars(model,nSCVars,paiSCVars,padL,padU)
Arguments
nSCVars
Number of semi-continuous variables to modify.
paiSCVars
An integer array containing the indices of the variables whose data are to be modified.
padL
A double array containing the new lower bound values for the semi-continuous variables.
padU
A double array containing the new upper bound values for the semi-continuous variables.
Value
An R list object with components:
- ErrorCode
- Zero if successful, nonzero otherwise.
References
LINDO SYSTEMS home page at www.lindo.com