Initializing help system before first use

problem.estimaterowdualranges

problem.estimaterowdualranges


Purpose
Performs a dual side range sensitivity analysis, i.e. calculates estimates for the possible ranges for dual values.
Synopsis
problem.estimaterowdualranges (rowIndices, iterationLimit, minDualActivity, maxDualActivity)
Arguments
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