Skip to content

Commit c2f77e4

Browse files
authored
fix: term type Symbol for stop-on-success (#30)
1 parent cfd34bb commit c2f77e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

egg-pre-dcp/src/optimization.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,7 @@ impl Analysis<Optimization> for Meta {
736736
term_size = 1;
737737
}
738738
Optimization::Symbol(s) => {
739+
term_type = TermType::Symbol;
739740
best = format!("{}", s).parse().unwrap();
740741
num_vars = 0;
741742
term_size = 0;

0 commit comments

Comments
 (0)