steel2.dat#
Warning
The original AMPL book does not reflect many of the latest features available in AMPL. For modern data transfer, we recommend using APIs such as our popular Python API or table handlers such as amplxl.
data;
set PROD := bands coils plate;
param: rate profit market :=
bands 200 25 6000
coils 140 30 4000
plate 160 29 3500 ;
param avail := 40;