This example shows how to use PROC LP to solve a linear goal-programming problem. PROC LP has the ability to solve a series of linear programs, each with a new objective function. These objective ...
Goal programming is a specialised optimisation technique designed to address decision problems involving multiple objectives that often conflict under limited resources. Building on the linear ...