rLSgetChanceConstraint {rLindo}R Documentation

Get the stochastic data for the specified chance constraint.

Description

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

Usage

  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


[Package rLindo version 8.0.1 Index]