mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
bugfixes
This commit is contained in:
parent
c467f093d0
commit
1a742ff784
5 changed files with 26 additions and 17 deletions
|
@ -199,7 +199,7 @@ namespace polysat {
|
|||
void quot_rem(expr* quot, expr* rem, expr* x, expr* y);
|
||||
|
||||
vector<pdd> m_eqs;
|
||||
u_map<std::pair<constraint_id, bool>> m_eq2constraint;
|
||||
vector<u_map<std::pair<constraint_id, bool>>> m_eq2constraint;
|
||||
struct undo_add_eq;
|
||||
constraint_id eq_constraint(pdd p, pdd q, bool sign, dependency d);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue