We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa683f2 commit f1fe306Copy full SHA for f1fe306
tests/lean/run/grind_cutsat_tests.lean
@@ -28,6 +28,9 @@ set_option trace.grind.cutsat.model true in
28
example (a b c d e : Int) : test1 a b c d e := by
29
(fail_if_success cutsat); sorry
30
31
+-- TODO: this should not be necessary (compare to 20 before)
32
+set_option synthInstance.maxSize 400 in
33
+
34
/-- info: false -/
35
#guard_msgs (info) in
36
#eval test1 101 0 5335 0 0
0 commit comments