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/size-ten | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 impl/systems/size-ten (limited to 'impl/systems/size-ten') diff --git a/impl/systems/size-ten b/impl/systems/size-ten deleted file mode 100644 index 71ee74a..0000000 --- a/impl/systems/size-ten +++ /dev/null @@ -1,3 +0,0 @@ -x1 = max(0, min(x1-1, x2)) -x2 = max(0, 5+x1, x1) -x3 = max(0, 1+x3, 0+x1) -- cgit v1.2.3