From 26f4ad8041d7e195dc1b78f21ef203909cc94763 Mon Sep 17 00:00:00 2001 From: Wurzelkoch Date: Thu, 28 Nov 2019 21:41:06 +0100 Subject: [PATCH] =?UTF-8?q?Main=20Skript=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.ampl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 main.ampl diff --git a/main.ampl b/main.ampl new file mode 100644 index 0000000..4a2d638 --- /dev/null +++ b/main.ampl @@ -0,0 +1,6 @@ +reset; +model Rezept.mod; +data Rezept.dat; +option solver "ampl.linux64/minos"; +solve; +display kaufpreis, menge;