summaryrefslogtreecommitdiff
path: root/TODO.org
diff options
context:
space:
mode:
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