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 68253b7 commit 98a389dCopy full SHA for 98a389d
src/core/egg-herbie.rkt
@@ -1231,6 +1231,7 @@
1231
(timeline-push! 'stop (~a (egraph-stop-reason egg-graph)) 1))
1232
(cond
1233
[(egraph-is-unsound-detected egg-graph)
1234
+ (timeline-push! 'stop "unsound" 1)
1235
; unsoundness means run again with less iterations
1236
(define num-iters (length iteration-data))
1237
(if (<= num-iters 1) ; nothing to fall back on
0 commit comments