lean4-htt/tests/lean/run/grind_cutsat_upper_bug.lean
Leonardo de Moura 99ff606d58
chore: rename cutsat => lia (#10991)
This PR renames `cutsat` in configuration options and trace messages to
`lia`.
2025-10-28 12:25:48 +00:00

6 lines
213 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.

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