rLSmodifyVariableType {rLindo} | R Documentation |
R interface function for LINDO API function LSmodifyVariableType
. For more information,
please refer to LINDO API User Manual.
rLSmodifyVariableType(model,nVars,paiVars,pszVarTypes)
model |
A LINDO API model object, returned by |
nVars |
Number of variables to modify. |
paiVars |
An integer array containing the indices of the variables to modify. |
pszVarTypes |
A character array in which each element is either:'C', 'B', or 'I'indicating each variable's type. |
An R list object with components:
ErrorCode |
Zero if successful, nonzero otherwise. |
LINDO SYSTEMS home page at www.lindo.com