verify graph paths incl laws graph

This commit is contained in:
hi 2025-08-15 11:35:50 +00:00
parent fa1a39d1da
commit e8a5e2caa7
3 changed files with 84 additions and 31 deletions

View file

@ -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)