lean4-htt/tests/lean/run/grind_cutsat_upper_bug.lean
Leonardo de Moura bfe8e5a958
fix: bug in cutsat model construction (#7396)
This PR fixes a bug in the cutsat model construction. It was searching
for a solution in the wrong direction.
2025-03-08 15:58:20 +00:00

5 lines
210 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/-- info: [grind.cutsat.model] a := 2 -/
#guard_msgs (info) in
set_option trace.grind.cutsat.model true in
example (a b : Int) : a ≤ 5 → a ≠ 4 → 2 a → False := by
(fail_if_success grind); sorry