lean4-htt/tests/lean/run/grind_cutsat_zero.lean
Leonardo de Moura 2c8ee4f29c
fix: simplify interface between grind core and cutsat (#8564)
This PR simplifies the interface between the `grind` core and the cutsat
procedure. Before this PR, core would try to minimize the number of
numeric literals that have to be internalized in cutsat. This
optimization was buggy (see `grind_cutsat_zero.lean` test), and produced
counterintuitive counterexamples.
2025-05-31 16:28:31 +00:00

1 line
58 B
Text

example (hy : y = 0) (hz : z = 0) : 0 = y + z := by grind