rLSmodifySemiContVars: Modify data of a set of semi-continuous variables in the...

Description Usage Arguments Value References

View source: R/rLindo.R

Description

R interface function for LINDO API function LSmodifySemiContVars. For more information, please refer to LINDO API User Manual.

Usage

1
  rLSmodifySemiContVars(model,nSCVars,paiSCVars,padL,padU)

Arguments

model

A LINDO API model object, returned by rLScreateModel.

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


rLindo documentation built on May 1, 2019, 10:11 p.m.