rLSmodifyConstraintType {rLindo} | R Documentation |
R interface function for LINDO API function LSmodifyConstraintType
. For more information,
please refer to LINDO API User Manual.
rLSmodifyConstraintType(model,nCons,paiCons,pszConTypes)
model |
A LINDO API model object, returned by |
nCons |
Number of constraint to modify. |
paiCons |
An integer array containing the indices of the constraints to modify. |
pszConTypes |
A character array in which each element is either:'L', 'E', 'G' or 'N' indicating each constraint's type. |
An R list object with components:
ErrorCode |
Zero if successful, nonzero otherwise. |
LINDO SYSTEMS home page at www.lindo.com