-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-Add ids to terms like for formulas -Add serialization of proofs. Theorems can be serialized to binary files and loaded back on later run. -On my machine, running everything up to Recursion.scala takes 19s instead of 24s. -Does no hash consing, but simple optimizations to proof size (remove consecutive rewrites, flatten subproofs) -Cleans up the distinction between fullName (with the whole path, should be unique) and name (just the last part, possibly duplicate across different files/domains). -Good completion of documentation in WithTheorems -checkProofs does not print proofs of more thant 100 steps now. -fixed an indexing bug in ShrinkProof.flattenProof -Suite of tests for serialization, export then load a collection of theorems. -Push suite of tests for Tableaux tactic that were missing.
- Loading branch information
1 parent
182d098
commit aef926b
Showing
16 changed files
with
1,355 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.