License Portal

Search
Close this search box.

steel3.dat

Sample model from the AMPL book

				
					data;

set PROD := bands coils plate;

param:    rate  profit  commit  market :=
  bands    200    25     1000    6000
  coils    140    30      500    4000
  plate    160    29      750    3500 ;

param avail := 40;