Kim Morrison
|
eccc472e8d
|
chore: remove set_option grind.warning false (#8714)
This PR removes the now unnecessary `set_option grind.warning false`
statements, now that the warning is disabled by default.
|
2025-06-11 05:09:19 +00:00 |
|
Leonardo de Moura
|
f513c35742
|
feat: lookahead in grind (#7937)
This PR implements a lookahead feature to reduce the size of the search
space in `grind`. It is currently effective only for arithmetic atoms.
|
2025-04-13 03:01:47 +00:00 |
|
Leonardo de Moura
|
d1dad44227
|
fix: missing propagation rule for implication in grind (#7865)
This PR adds a missing propagation rule for implication in `grind`. It
also avoids unnecessary case-splits on implications.
|
2025-04-08 02:13:13 +00:00 |
|
Leonardo de Moura
|
ba1c1258d7
|
feat: case split on implications in grind (#7864)
This PR adds support to `grind` for case splitting on implications of
the form `p -> q` and `(h : p) -> q h`. See the new option `(splitImp :=
true)`.
|
2025-04-08 00:10:43 +00:00 |
|