ComputerAidedLL / click-and-collect

A web interactive tool for building proofs in the sequent calculus of Linear Logic, with its backend written in OCaml
GNU Lesser General Public License v2.1
17 stars 2 forks source link

Automated prover forgets provability check: red turn into gray #75

Closed olaure01 closed 3 years ago

olaure01 commented 3 years ago

The provability check detects that ⊢ ?!⊥ is not provable thus turning turnstile into red. Double-click on turnstile runs the automated prover which diverges and concludes "do not know" thus turning turnstile to gray. The automated prover should not be called when the sequent is already checked as not provable.