SoylentCalculator/main.ampl

7 lines
139 B
Plaintext
Raw Normal View History

2019-11-28 20:41:06 +00:00
reset;
model Rezept.mod;
data Rezept.dat;
option solver "ampl.linux64/minos";
solve;
display kaufpreis, menge, sum{i in ZUTATEN} menge[i];