epfl-lara / lisa

Proof assistant based on first-order logic and set theory
Apache License 2.0
33 stars 18 forks source link

OL solver and tactic #122

Closed SimonGuilloud closed 1 year ago

SimonGuilloud commented 1 year ago

New Tautology tactic and solver for propositional logic. Simpler and much more effective than the previous sequent calculus based solver.

sankalpgambhir commented 1 year ago

Ran tests locally: Everything except broken SimpleProverTests works.