Skip to content

Commit 4b22599

Browse files
committed
Undo scheduler attempt
1 parent 3aeb648 commit 4b22599

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

egg-herbie/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ authors = [ "Oliver Flatt <[email protected]>", "Max Willsey <[email protected]>" ]
55
edition = "2021"
66

77
[dependencies]
8-
egg = { git = "https://github.com/egraphs-good/egg.git", rev = "c11d03db646aca5f55df2632927eec958e1f4d4d" }
8+
egg = { git = "https://github.com/paulzzy/egg.git", branch = "push-uslmvkxmnqwq" }
9+
910

1011
log = "0.4"
1112
indexmap = "1"

egg-herbie/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub struct Context {
2525
pub unsafe extern "C" fn egraph_create() -> *mut Context {
2626
Box::into_raw(Box::new(Context {
2727
iteration: 0,
28-
runner: Runner::new(Default::default()).with_explanations_enabled(),
28+
runner: Runner::new(Default::default()).with_explanations_enabled().with_scheduler(UndoScheduler::default()),
2929
rules: vec![],
3030
}))
3131
}

0 commit comments

Comments
 (0)