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 c4f740d commit 215a47aCopy full SHA for 215a47a
src/config.rkt
@@ -90,7 +90,7 @@
90
91
;; The maximum size of an egraph
92
(define *node-limit* (make-parameter 8000))
93
-(define *proof-max-length* (make-parameter 10))
+(define *proof-max-length* (make-parameter 200))
94
(define *proof-max-string-length* (make-parameter 10000))
95
96
;; In localization, the maximum number of locations returned
0 commit comments