|
Chapter Contents |
Previous |
Next |
| The LP Procedure |
| Table Name | Description | Statement/Option |
| ProblemSummary | Problem summary | default |
| SolutionSummary | Solution summary | default |
| VariableSummary | Variable summary | default |
| ConstraintSummary | Constraint summary | default |
| IterationLog | Iteration log | FLOW |
| IntegerIterationLog | Integer iteration log | default |
| PriceSensitivitySummary | Price sensitivity analysis summary | default or PRINT (PRICESEN or COLUMN /SENSITIVITY) |
| PriceActivities | Price activities at min phi and max phi | default or PRINT (PRICESEN or COLUMN /SENSITIVITY) |
| PriceActivity | Price activity at min phi or max phi | PRICEPHI= and PARAPRINT |
| PriceParametricLog | Price parametric programming log | PRICEPHI= |
| PriceRangeSummary | Price range analysis | RANGEPRICE or PRINT RANGEPRICE |
| RhsSensitivitySummary | RHS sensitivity analysis summary | default or PRINT (RHSSEN or ROW /SENSITIVITY) |
| RhsActivities | RHS activities at min phi and max phi | default or PRINT (RHSSEN or ROW /SENSITIVITY) |
| RhsActivity | RHS activity at min phi or max phi | RHSPHI= and PARAPRINT |
| RhsParametricLog | RHS parametric programming log | RHSPHI= |
| RhsRangeSummary | RHS range analysis | RANGERHS or PRINT RANGERHS |
| InfeasibilitySummary | Infeasible row or variable summary | default |
| InfeasibilityActivity | Variables activity in an infeasible row | default |
| CurrentTableau | Current tableau | TABLEAUPRINT or PRINT TABLEAU |
| Matrix | Technological matrix | PRINT MATRIX |
| MatrixPicture | Technological matrix picture | PRINT MATRIX /PICTURE |
| MatrixPictureLegend | Technological matrix picture legend | PRINT MATRIX /PICTURE |
The following table lists the variable names of the preceding tables used in the ODS template of the LP procedure.
Table 3.7: Variables names for the ODS Tables Produced in PROC LP| Table Name | Variables |
| VariableSummary | VarName, Status, Type, Price, Activity, ReducedCost |
| ConstraintSummary | Row, RowName, Type, SSCol, Rhs, Activity, Dual |
| IterationLog | Phase, Iteration, EnterVar, EnterCol, LeaveVar, LeaveCol, ReducedCost, ObjValue |
| IntegerIterationLog | Iteration, Problem, Condition, Objective, Branch, Value, SumOfInfeas, Active, Proximity |
| PriceActivities | Col, VarName, Status, Activity, MinPrice, MinReducedCost, MaxPrice, MaxReducedCost |
| PriceActivity | Col, VarName, Status, Activity, Price, ReducedCost |
| PriceParametricLog | LeaveVar, LeaveCol, EnterVar, EnterCol, ObjValue, CurrentPhi |
| PriceRangeSummary | Col, VarName, MinPrice, MinEnterVar, MinObj, MaxPrice, MaxEnterVar, MaxObj |
| RhsActivities | Col, VarName, Status, ReducedCost, MinRhs, MinActivity, MaxRhs, MaxActivity |
| RhsActivity | Col, VarName, Status, ReducedCost, Rhs, Activity, |
| RhsParametricLog | LeaveVar, LeaveCol, EnterVar, EnterCol, ObjValue, CurrentPhi |
| RhsRangeSummary | RowName, MinRhs, MinLeaveVar, MinObj, MaxRhs, MaxLeaveVar, MaxObj |
| InfeasibilityActivity | VarName, Coefficient, Activity, Lower, Upper |
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.