License Portal

Search
Close this search box.

steel.dat

Sample model from the AMPL book

				
					data;

set PROD := bands coils;

param:    rate  profit  market :=
  bands    200    25     6000
  coils    140    30     4000 ;

param avail := 40;