The OPTMILP Procedure

Examples: OPTMILP Procedure

This section contains examples intended to illustrate the options and syntax of PROC OPTMILP. Example 16.1 demonstrates a model contained in an MPS-format SAS data set and finds an optimal solution by using PROC OPTMILP. Example 16.2 illustrates the use of standard MPS files in PROC OPTMILP. Example 16.3 demonstrates how to warm start PROC OPTMILP. More detailed examples of mixed integer linear programs, along with example SAS code, are given in Chapter 9.


Example 16.1: Simple Integer Linear Program

Example 16.2: MIPLIB Benchmark Instance

Example 16.3: Facility Location

Previous Page | Next Page | Top of Page