-
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.
* super condensed propositional tableau with eqChecker data * work on princess * Start working on princess-lisa * Continued work on princess integration * more tinkering * trying some tableau implementation * continue work on ATP * Mostly working, problem with test 14 (with functions). * test 14 does pass (make variables names unique) * improvements on Tableau * Proof production is completely correct! * pruning implemented * Tableau integreated as a tactic. Working on all theorems of the Quantifiers file, except for those with equality * integrating tests * Integrated tests * clean some files * scalafix, scalafmt * fix unsoundness in Cut, LeftOr, RightAnd and RightIff proof checking. Correct Tableau prover accordingly. * Adapt cut proof checking * Adapt LeftOr proof checking * Adapt RightAnd proof checking * Adapting RightIff proof checking and better reporting * scalafmt * scalafix, scalafmt --------- Co-authored-by: Sankalp Gambhir <[email protected]>
- Loading branch information
1 parent
13eb860
commit a1b378c
Showing
4 changed files
with
48 additions
and
18 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