Description Usage Arguments Value References
R interface function for LINDO API function LSaddChanceConstraint
. For more information,
please refer to LINDO API User Manual.
1 | rLSaddChanceConstraint(model,iSense,nCons,paiCons,dPrLevel,dObjWeight)
|
model |
A LINDO API model object, returned by |
iSense |
The sense of the chance-constraint. Possible values are LS_CONTYPE_LE and LS_CONTYPE_GE. |
nCons |
Number of rows in this chance constraint. |
paiCons |
An integer array containing row indices in the chanceconstraint. |
dPrLevel |
Probability level of this chance constraint. |
dObjWeight |
The constraint's weight in the probabilistic objective relative to the orignal objective function. |
An R list object with components:
ErrorCode |
Zero if successful, nonzero otherwise. |
LINDO SYSTEMS home page at www.lindo.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.