summaryrefslogtreecommitdiff
path: root/TODO.org
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-08-07 17:56:43 +1000
committerCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-08-07 17:56:43 +1000
commit59fb7d23578c4da14f9c14cc413090b1af13328c (patch)
tree42d187c4b182a025578377f77d1c5e369751b5b3 /TODO.org
parentc26f38114fedde81effb938ffbedfe922d77a322 (diff)
Merge complete! Get onto the right branch.
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org12
1 files changed, 0 insertions, 12 deletions
diff --git a/TODO.org b/TODO.org
index bb4d349..f59cf4b 100644
--- a/TODO.org
+++ b/TODO.org
@@ -39,10 +39,6 @@
- [ ] average cases
- [X] write a script to run over each test case and return pass/fail
- [X] consolidate into makefile as `make test`
-* TODO Parametrise EquationSystem for Variable, too [0/1]
-- [ ] Give EquationSystem a template parameter for Variable
- I don't think this is necessary, but Thomas wants it.
- For now I'm going to hold off on it, though.
* TODO Min-cost flow problem [1/3]
- [X] Research min-cost flow libraries
Potentially just use LEMON? It looks pretty decent.
@@ -57,11 +53,3 @@
Run-time:
- d (the abstract value to be operated on)
- [ ] Update test cases to include MCF
-* TODO Presentation [0/2]
-- [ ] Simplify "Even Faster" solver for explanation
-- [ ] Make slides [0/5]
- - [ ] Even Faster Solver
- - [ ] Strategy improvement
- - [ ] Example of scaling
- - [ ] Explain solution
- - [ ] Demonstrate implementation