Sorry, meant to make a new thread
Ant S. said in #Beginner Questions > Getting value of a configuration parameter:
A follow-up from this thread|
I've had to recently downgrade my machine, and so one SMT query will complete nondeterministically -- sometimes it times out and sometimes it doesn't. This problem is a whole lot more persistent on my weaker machine. Setting
declare [[ smt_timeout = 0 ]]does nothing, nor do big numbers like 10000 or -1. What do I do?
There is an reconstruction_step_timeout which might help
but you can also call sledgehammer again and try to find another faster proof
sledgehammer can't :(
But I'll try reconstruction ty
try replacing the by (smt ....) by sledgehammer(add: ....) or even sledgehammer (...)
what does that do
Is that not what putting facts in a using clause is for
that will force sledgehammer to use that facts (with add:) or only those facts
oh
whoa
otherwise sledgehammer will use its own heuristics to select facts
Last updated: May 17 2026 at 06:46 UTC