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:
parent
dce9740a38
commit
e970fe5034
8 changed files with 162 additions and 22 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue