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 ``` |
||
|---|---|---|
| .. | ||
| bench | ||
| compiler | ||
| elabissues | ||
| ir | ||
| lean | ||
| pkg | ||
| playground | ||
| plugin | ||
| simpperf | ||
| .gitignore | ||
| common.sh | ||
| lakefile.toml | ||
| lean-toolchain | ||