SoylentCalculator/main.ampl

7 lines
111 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;
display kaufpreis, menge;