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