Skip to content

Commit

Permalink
reduce has no effect
Browse files Browse the repository at this point in the history
  • Loading branch information
vhavlena committed Sep 25, 2023
1 parent 9e8e4e1 commit 0ae38ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smt/theory_str_noodler/regex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ namespace smt::noodler::regex {
body_nfa.final.insert(new_state);

body_nfa.unify_initial();
mata::nfa::reduce(body_nfa);
body_nfa = mata::nfa::reduce(body_nfa);

if (is_high_set) {
// if high is set, we repeat body_nfa another high-low times
Expand Down

0 comments on commit 0ae38ae

Please sign in to comment.