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:
parent
86e6087718
commit
02cb329ca5
2 changed files with 16 additions and 20 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue