From 42e729d20000eb141b2907ad83630af34f4afea3 Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Mon, 6 Aug 2012 22:58:29 +1000 Subject: New variation on the equation system solver. Much simpler to understand. Basically have a variable assignment which is dynamic and updates with the strategy changes. Similarly have strategy changes easily invalidate the variable assignment. This makes them strongly inter-dependent, but simplifies the implementation considerably. Proving it should be easier like this, too. --- impl/EquationSystemParser.o | Bin 0 -> 25428 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 impl/EquationSystemParser.o (limited to 'impl/EquationSystemParser.o') diff --git a/impl/EquationSystemParser.o b/impl/EquationSystemParser.o new file mode 100644 index 0000000..cf6da29 Binary files /dev/null and b/impl/EquationSystemParser.o differ -- cgit v1.2.3