Delete 'TODO.md'

This commit is contained in:
Spencer Killen 2023-03-29 13:28:51 -06:00
parent 980a80d6af
commit 31d896dd70
1 changed files with 0 additions and 24 deletions

24
TODO.md
View File

@ -1,24 +0,0 @@
- Demo doing graph colouring program
- Explain graph colouring
- Goal is to learn how to learn
- Manual too
- Small examples
- Hypothesize and test
- No one "right" way to model a problem
- Less complicated is generally better
- First: direct example (color_prim.lp)
- Show basic grounding
- Uncomment vertex: we're missing some
- Uncomment arc to make the graph symmetric (undirected)
- Show basic solving and disjunctive rule
- Ground it first.
- We have dupes
- Ferry problem
- Explain time
CLPFD