SoylentCalculator/main.ampl

7 lines
164 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 {i in ZUTATEN} menge[i]*bezugsmenge[i], ref, total_weight, kaufpreis ;