3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-05 07:23:58 +00:00

defer equalities uncovered during init_search

This commit is contained in:
Murphy Berzish 2015-09-27 23:24:41 -04:00
parent 86e6087718
commit 02cb329ca5
2 changed files with 16 additions and 20 deletions

View file

@ -39,7 +39,7 @@ namespace smt {
str_util m_strutil;
ptr_vector<enode> m_basicstr_axiom_todo;
svector<std::pair<enode*,enode*> > m_str_eq_length_axiom_todo;
svector<std::pair<enode*,enode*> > m_str_eq_todo;
protected:
void assert_axiom(ast * e);