Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我打断已经出去吃午饭的证明时,我quick-and-dirty-subsumption-replacement-step在回溯中看到了。如何禁用该启发式?
quick-and-dirty-subsumption-replacement-step
承认以下两种形式后再次尝试证明:
(defun quick-and-dirty-srs-off (cl1 ac) (declare (ignore cl1 ac) (xargs :mode :logic :guard t)) nil) (defattach quick-and-dirty-srs quick-and-dirty-srs-off)