SoylentCalculator/main.ampl

7 lines
149 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;
2020-02-19 22:05:41 +00:00
display {i in ZUTATEN} menge[i], ref, total_weight, kaufpreis ;