rLSgetChanceConstraint: Get the stochastic data for the specified chance constraint.

Description Usage Arguments Value References

View source: R/rLindo.R

Description

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

Usage

1
  rLSgetChanceConstraint(model,iChance)

Arguments

model

A LINDO API model object, returned by rLScreateModel.

iChance

Index of the chance constraint.

Value

An R list object with components:

ErrorCode

Zero if successful, nonzero otherwise.

piSense

Sense of the chance constraint.

pnCons

Number of constraints in the chance-constraint.

paiCons

An integer array containing the indices of the constraints in the constraints in the chance-constraint pnCons or more.

pdProb

Probability level required.

pdObjWeight

Weight of the chance constraint in the probabilistic objective.

References

LINDO SYSTEMS home page at www.lindo.com


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