SoylentCalculator/main.ampl
2020-02-19 23:05:41 +01:00

7 lines
149 B
Plaintext

reset;
model Rezept.mod;
data Rezept.dat;
option solver "ampl.linux64/minos";
solve;
display {i in ZUTATEN} menge[i], ref, total_weight, kaufpreis ;