Skip to content

Commit 077dde3

Browse files
authored
Make the LeanAuto prover use classical reasoning (#1017)
This is more straightforwardly compatible with Boogie's semantics and the use of SMT.
1 parent 3894f73 commit 077dde3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Provers/LeanAuto/Prelude.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Auto
22
import Auto.Tactic
33
import Auto.MathlibEmulator.Basic -- For `Real`
44
import Auto.Translation.SMTAttributes
5-
open Lean Std Auto Auto.SMT.Attribute
5+
open Lean Std Auto Auto.SMT.Attribute Classical
66

77
set_option linter.unusedVariables false
88
set_option auto.smt true

0 commit comments

Comments
 (0)