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/antlr/generate.py | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 impl/antlr/generate.py (limited to 'impl/antlr') diff --git a/impl/antlr/generate.py b/impl/antlr/generate.py deleted file mode 100644 index 4513fe2..0000000 --- a/impl/antlr/generate.py +++ /dev/null @@ -1,4 +0,0 @@ - -print 'x0 = 0' -for i in xrange(10000): - print 'x' + str(i+1) + " = x" + str(i) -- cgit v1.2.3