Skip to content

Commit

Permalink
fix #5942
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Apr 3, 2022
1 parent 46cc54f commit 03a2d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smt/theory_seq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1498,8 +1498,8 @@ void theory_seq::add_length(expr* l) {
TRACE("seq", tout << mk_bounded_pp(e, m, 2) << "\n";);
m_length.push_back(l);
m_has_length.insert(e);
m_trail_stack.push(insert_obj_trail<expr>(m_has_length, e));
m_trail_stack.push(push_back_vector<expr_ref_vector>(m_length));
m_trail_stack.push(insert_obj_trail<expr>(m_has_length, e));
}

/**
Expand Down

0 comments on commit 03a2d9a

Please sign in to comment.