From a61d8b829afab13593e254fc69e260b6346939dc Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Fri, 15 Jun 2012 15:48:16 +1000 Subject: Parameterise fixpoint and strategy improvement (command-line arguments specify which to use) Also: - Fix up Complete to work comparing `inf` to 1 (stupid bug) - Clean up the systems/ folder a bit - Change the printed output to differentiate variables and constants (!v/!c, respectively) - Perform a slight optimisation to the strategy-iteration process --- impl/systems/min-test | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 impl/systems/min-test (limited to 'impl/systems/min-test') diff --git a/impl/systems/min-test b/impl/systems/min-test deleted file mode 100644 index a05a662..0000000 --- a/impl/systems/min-test +++ /dev/null @@ -1,3 +0,0 @@ -x1 = min(1, x1) -x2 = min(x2+1, x3) -x3 = 0 -- cgit v1.2.3