The LP Procedure

Examples: LP Procedure

The following fifteen examples illustrate some of the capabilities of PROC LP. These examples, together with the other SAS/OR examples, can be found in the SAS sample library. A description of the features of PROC LP as shown in the examples are

Example 3.1
dense input format
Example 3.2
sparse input format
Example 3.3
the RANGEPRICE option to show you the range over which each objective coefficient can vary without changing the variables in the basis
Example 3.4
more sensitivity analysis and restarting a problem
Example 3.5
parametric programming
Example 3.6
special ordered sets
Example 3.7
goal programming
Example 3.8
integer programming
Example 3.9
an infeasible problem
Example 3.10
restarting integer programs
Example 3.11
controlling the search of the branch-and-bound tree
Example 3.12
matrix generation and report writing for an assignment problem
Example 3.13
matrix generation and report writing for a scheduling problem
Example 3.14
a multicommodity transshipment problem
Example 3.15
the MPS-format SAS data set


Example 3.1: An Oil Blending Problem

Example 3.2: A Sparse View of the Oil Blending Problem

Example 3.3: Sensitivity Analysis: Changes in Objective Coefficients

Example 3.4: Additional Sensitivity Analysis

Example 3.5: Price Parametric Programming for the Oil Blending Problem

Example 3.6: Special Ordered Sets and the Oil Blending Problem

Example 3.7: Goal-Programming a Product Mix Problem

Example 3.8: A Simple Integer Program

Example 3.9: An Infeasible Problem

Example 3.10: Restarting an Integer Program

Example 3.11: Alternative Search of the Branch-and-Bound Tree

Example 3.12: An Assignment Problem

Example 3.13: A Scheduling Problem

Example 3.14: A Multicommodity Transshipment Problem with Fixed Charges

Example 3.15: Converting to an MPS-Format SAS Data Set

Previous Page | Next Page | Top of Page