The OPTLP Procedure

Sensitivity Analysis Statement

The following option enables sensitivity analysis in PROC OPTLP:

SENSITIVITY options;

enables sensitivity analysis and specifies overall control options for the algorithm. You can specify the following options:

CHANGE=ALL LB OBJ RANGE RHS UB

specifies which parts of the problem data to run the sensitivity analysis algorithm on. You can specify the following values:

ALL

runs sensitivity analysis on all the supported pieces of the input data.

LB

runs sensitivity analysis on the variable lower bounds.

OBJ

runs sensitivity analysis on the objective coefficients.

RANGE

runs sensitivity analysis on the range row bounds.

RHS

runs sensitivity analysis on the row right-hand sides.

UB

runs sensitivity analysis on the variable upper bounds.

This is a required option with no default value.

For more information about sensitivity analysis, see the section Sensitivity Analysis.

Last updated: June 22, 2026