verify graph paths incl laws graph
This commit is contained in:
parent
fa1a39d1da
commit
e8a5e2caa7
3 changed files with 84 additions and 31 deletions
|
@ -9,6 +9,7 @@ things that are in here:
|
|||
### [Logic.Graph](Graph.hs)
|
||||
|
||||
- generic breadth-first search
|
||||
- verify graph paths reach the goal and have all extant edges
|
||||
|
||||
## statement things
|
||||
|
||||
|
@ -38,7 +39,7 @@ things that are in here:
|
|||
### [Logic.Statements.Laws](Statements/Laws.hs)
|
||||
|
||||
- match/replace patterns in statements (e.g. logical laws)
|
||||
- verify logical-law equivalence of statements (TODO)
|
||||
- verify logical-law equivalence of statements
|
||||
- find logical-law equivalence of statements with breadth-first search (slow)
|
||||
|
||||
### [Logic.Language](Language.hs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue