SoylentCalculator/main.ampl

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 ;