lean4-htt/tests
Leonardo de Moura cbf2b6c0db feat: change synthinstance threshold
Before this commit, the threshold was the amount of "fuel".
Now, it is the maximum number of instances used to solve a TC problem.
We have two thresholds
- `maxInstSize`: default 128
- `maxCoeSize`: default 16. It is similar to `maxInstSize`, but used for automatic coercions.

cc @Kha
2020-12-07 10:45:08 -08:00
..
bench refactor: heterogeneous operators 2020-12-01 14:02:46 -08:00
compiler refactor: heterogeneous operators 2020-12-01 14:02:46 -08:00
elabissues chore: avoid Has prefix in type classes 2020-10-27 18:29:19 -07:00
ir
lean feat: change synthinstance threshold 2020-12-07 10:45:08 -08:00
playground test: add nondet example 2020-10-29 16:33:40 -07:00
plugin feat: run linters in the new frontend 2020-10-23 14:04:28 -07:00
.gitignore chore: move bin/ and .oleans into build directory 2020-05-14 14:47:54 +02:00
common.sh test: ignore \r when diffing 2020-09-15 09:32:00 -07:00