lean4-htt/tests
Leonardo de Moura 7f5b47e831
feat: ToInt strict inequalities in grind cutsat (#9048)
This PR implements support for strict inequalities in the `ToInt`
adapter used in `grind cutsat`. Example:
```lean
example (a b c : Fin 11) : c ≤ 9 → a ≤ b → b < c → a < c + 1 := by
  grind
```
2025-06-27 17:34:12 +00:00
..
bench perf: do not import non-meta IR 2025-06-27 08:13:31 -07:00
compiler fix: avoid caching uses of never_extract constants in toLCNF (#8956) 2025-06-24 02:04:56 +00:00
elabissues
ir
lean feat: ToInt strict inequalities in grind cutsat (#9048) 2025-06-27 17:34:12 +00:00
pkg chore: use note and hint' for message addenda (#8980) 2025-06-27 15:16:01 +00:00
playground
plugin
simpperf
.gitignore
common.sh
lakefile.toml chore: allow module in tests (#8881) 2025-06-21 02:49:22 +00:00
lean-toolchain