Skip to content

Commit 98a389d

Browse files
committed
Always note unsoundness
1 parent 68253b7 commit 98a389d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/egg-herbie.rkt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1231,6 +1231,7 @@
12311231
(timeline-push! 'stop (~a (egraph-stop-reason egg-graph)) 1))
12321232
(cond
12331233
[(egraph-is-unsound-detected egg-graph)
1234+
(timeline-push! 'stop "unsound" 1)
12341235
; unsoundness means run again with less iterations
12351236
(define num-iters (length iteration-data))
12361237
(if (<= num-iters 1) ; nothing to fall back on

0 commit comments

Comments
 (0)