3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 11:55:51 +00:00
This commit is contained in:
Nikolaj Bjorner 2024-01-02 09:45:13 -08:00
parent c467f093d0
commit 1a742ff784
5 changed files with 26 additions and 17 deletions

View file

@ -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);