You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to play around with the different backend solver, and especially the native on. From here I tried to look up how to use the native solver, and after investigation using the same command for emulateNative, it seems auto is not sound (or maybe I am misunderstanding how to use it?):
import Auto.Tactic
set_option auto.native true
attribute [rebind Auto.Native.solverFunc] Auto.Solver.Native.emulateNative
example : False := by auto
-- It seems to say that it has found a proof in 1ms (but it used sorry to admit the proof)
Sorry for the confusion. emulateNative always uses sorry to close the goal. I've added a paragraph in readme to explain how to use the native solver duper
Hi,
I was trying to play around with the different backend solver, and especially the native on. From here I tried to look up how to use the native solver, and after investigation using the same command for emulateNative, it seems auto is not sound (or maybe I am misunderstanding how to use it?):
(Tested with commit 60e546c, Lean v4.11)
The text was updated successfully, but these errors were encountered: