The following 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 5.1 shows dense input format.
Example 5.2 shows sparse input format.
Example 5.3 uses the RANGEPRICE option to show you the range over which each objective coefficient can vary without changing the variables in the basis.
Example 5.4 shows more sensitivity analysis and restarting a problem.
Example 5.5 shows parametric programming.
Example 5.6 shows special ordered sets.
Example 5.7 shows goal programming.
Example 5.8 shows integer programming.
Example 5.9 shows an infeasible problem.
Example 5.10 shows restarting integer programs.
Example 5.11 controls the search of the branch-and-bound tree.
Example 5.12 shows matrix generation and report writing for an assignment problem.
Example 5.13 shows matrix generation and report writing for a scheduling problem.
Example 5.14 shows a multicommodity transshipment problem.
Example 5.15 shows migration to PROC OPTLP via the MPSOUT= option.
Example 5.16 shows migration to PROC OPTMODEL.
Example 5.17 shows migration to PROC OPTMODEL.