3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-04 06:53:58 +00:00

crash avoidance in theory_str search start, fixes length-001.smt2 regression

This commit is contained in:
Murphy Berzish 2016-08-09 20:11:25 -04:00
parent 3dff240bb3
commit f7ba3ff084
2 changed files with 19 additions and 3 deletions

View file

@ -129,6 +129,9 @@ namespace smt {
str_value_factory * m_factory;
// terms we couldn't go through set_up_axioms() with because they weren't internalized
expr_ref_vector m_delayed_axiom_setup_terms;
ptr_vector<enode> m_basicstr_axiom_todo;
svector<std::pair<enode*,enode*> > m_str_eq_todo;
ptr_vector<enode> m_concat_axiom_todo;