diff options
author | Carlo Zancanaro <carlo@carlo-laptop> | 2012-08-06 22:58:29 +1000 |
---|---|---|
committer | Carlo Zancanaro <carlo@carlo-laptop> | 2012-08-06 22:58:29 +1000 |
commit | 42e729d20000eb141b2907ad83630af34f4afea3 (patch) | |
tree | e231556126d538d6b61fe099c6245176aeb3df15 /impl/Makefile | |
parent | 77d26a8f2832791587b19351ee1fde207fdda608 (diff) |
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.
Diffstat (limited to 'impl/Makefile')
-rw-r--r-- | impl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/impl/Makefile b/impl/Makefile index c73c1a9..213657b 100644 --- a/impl/Makefile +++ b/impl/Makefile @@ -30,6 +30,7 @@ $(PARSER): EquationSystem.g $(BUILD): mkdir -p $(BUILD) +.PHONY: test test: $(BUILD)/main bash ./test/run ./build/main |