The LP Procedure

Displayed Output

The output from the LP procedure is discussed in the following six sections:

For integer-constrained problems, the procedure also displays an Integer Iteration Log. The description of this Log can be found in the section "Integer Programming". When you request that the tableau be displayed, the procedure displays the Current Tableau. The description of this can be found in the section "The Reduced Costs, Dual Activities, and Current Tableau".

A problem data set can contain a set of constraints with several right-hand sides and several objective functions. PROC LP considers each combination of right-hand side and objective function as defining a new linear programming problem and solves each, performing all specified sensitivity analysis on each problem. For each problem defined, PROC LP displays a new sequence of output sections. Example 3.1 in the section "Examples: LP Procedure" discusses each of these elements. The LP procedure produces the following displayed output by default.

The Problem Summary

The problem summary includes the

The Solution Summary

The solution summary includes the

The Variable Summary

The variable summary includes the

The Constraint Summary

The constraint summary includes the

The Infeasible Information Summary

The infeasible information summary includes the

The RHS Sensitivity Analysis Summary

The RHS sensitivity analysis summary includes the

The Price Sensitivity Analysis Summary

The price sensitivity analysis summary includes the

The Iteration Log

The iteration log includes the

Previous Page | Next Page | Top of Page