3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-27 10:55:50 +00:00

sketch bit-constraints

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-04-15 23:04:25 -07:00
parent dce9740a38
commit e970fe5034
8 changed files with 162 additions and 22 deletions

View file

@ -154,6 +154,7 @@ namespace polysat {
LOG("Adding constraint: " << *c);
m_constraints.push_back(c);
add_watch(*c);
c->narrow(*this);
}
void solver::add_diseq(pdd const& p, unsigned dep) {