The Mixed Integer Linear Programming Solver

Examples

This section contains examples intended to illustrate the options and syntax of the MILP solver in PROC OPTMODEL. Example 9.1 illustrates the use of PROC OPTMODEL to solve an employee scheduling problem. Example 9.2 discusses a multicommodity transshipment problem with fixed charges. Example 9.3 demonstrates how to warm start the MILP solver. Example 9.4 shows the solution of an instance of the traveling salesman problem in PROC OPTMODEL. Other examples of mixed integer linear programs, along with example SAS code, are given in Chapter 16.


Example 9.1: Scheduling

Example 9.2: Multicommodity Transshipment Problem with Fixed Charges

Example 9.3: Facility Location

Example 9.4: Traveling Salesman Problem

Previous Page | Next Page | Top of Page