Examples: MILP Solver

This section contains examples that illustrate the options and syntax of the MILP solver in PROC OPTMODEL. Example 6.1 illustrates the use of PROC OPTMODEL to solve an employee scheduling problem. Example 6.2 discusses a multicommodity transshipment problem with fixed charges. Example 6.3 demonstrates how to warm start the MILP solver. Example 6.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 11.