Skip to content

Commit 8e019c5

Browse files
Remove iter-limit and scheduler args from egraph-run-rules; always track unsoundness
Amp-Thread-ID: https://ampcode.com/threads/T-e42e0d11-8b3d-4fb6-a740-47e0708ed68f Co-authored-by: Amp <[email protected]>
1 parent 98a389d commit 8e019c5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/core/egg-herbie.rkt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,9 +1217,7 @@
12171217

12181218
;; Runs rules over the egraph with the given egg parameters.
12191219
;; Invariant: the returned egraph is never unsound
1220-
(define (egraph-run-rules egg-graph0
1221-
egg-rules
1222-
#:node-limit [node-limit #f])
1220+
(define (egraph-run-rules egg-graph0 egg-rules #:node-limit [node-limit #f])
12231221
(define ffi-rules (map cdr egg-rules))
12241222

12251223
;; run the rules

0 commit comments

Comments
 (0)