SoylentCalculator/main.ampl
2019-12-11 10:37:28 +01:00

7 lines
159 B
Plaintext

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