mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 01:40:22 +00:00
streamline pb solver interface and naming after removal of xor
This commit is contained in:
parent
13f05ae9dc
commit
026065ff71
73 changed files with 1131 additions and 1201 deletions
|
@ -387,7 +387,7 @@ namespace smt {
|
|||
rewrite(regex);
|
||||
lits.push_back(~entry.m_lit);
|
||||
if (n1 != n2)
|
||||
lits.push_back(~th.mk_eq(n1->get_owner(), n2->get_owner(), false));
|
||||
lits.push_back(~th.mk_eq(n1->get_expr(), n2->get_expr(), false));
|
||||
}
|
||||
m_s_in_re.push_back(s_in_re(lit, s, regex));
|
||||
th.get_trail_stack().push(push_back_vector<vector<s_in_re>>(m_s_in_re));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue