mirror of
https://github.com/Z3Prover/z3
synced 2025-10-05 07:23:58 +00:00
add concatenation axiom
This commit is contained in:
parent
191c50b529
commit
8ed86d2f19
2 changed files with 15 additions and 2 deletions
|
@ -57,6 +57,7 @@ namespace smt {
|
|||
|
||||
ptr_vector<enode> m_basicstr_axiom_todo;
|
||||
svector<std::pair<enode*,enode*> > m_str_eq_todo;
|
||||
ptr_vector<enode> m_concat_axiom_todo;
|
||||
|
||||
int tmpXorVarCount;
|
||||
std::map<std::pair<expr*, expr*>, std::map<int, expr*> > varForBreakConcat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue