The INTPOINT Procedure

Mathematical Description of LP

A linear programming (LP) problem has a linear objective function and a collection of linear constraints. PROC INTPOINT finds the values of variables that minimize the total cost of the solution. The value of each variable is on or between the variable's lower and upper bounds, and the constraints are satisfied.

If an LP has  g variables and  k constraints, then the formal statement of the problem solved by PROC INTPOINT is

{\rm minimize} & d^t z \   {\rm subjectto} & q z \, \{ \geq, =, \leq \} \, r \    & m \leq z \leq v \

where

Previous Page | Next Page | Top of Page