Skip to content

Commit

Permalink
Better proof structure
Browse files Browse the repository at this point in the history
- each entry in proof is of the form
  (conclusion, rule of inference used, assumptions used)
- remove the deduction rule of inference
- improved Proof.__str__ to display it as columns
- implemented ProofStrategy.__str__
- implemented Assumption.__str__
  • Loading branch information
Vipul-Cariappa committed Oct 24, 2023
1 parent ddd33b8 commit 9e1df60
Showing 1 changed file with 71 additions and 57 deletions.
Loading

0 comments on commit 9e1df60

Please sign in to comment.