XPRSestimaterowdualranges
XPRSestimaterowdualranges |
Purpose
Performs a dual side range sensitivity analysis, i.e. calculates estimates for the possible ranges for dual values.
Synopsis
int XPRS_CC XPRSestimaterowdualranges(XPRSprob prob, const int nRows, const int rowIndices[], const int iterationLimit, double minDualActivity[], double maxDualActivity[]);
Arguments
prob
|
The current problem.
|
nRows
|
The number of rows to analyze.
|
rowIndices
|
Row indices to analyze.
|
iterationLimit
|
Effort limit expressed as simplex iterations per row.
|
minDualActivity
|
Estimated lower bounds on the possible dual ranges.
|
maxDualActivity
|
Estimated upper bounds on the possible dual ranges.
|
Further information
This function may provide better results for individual row dual ranges when called for a larger number of rows.
Related topics