3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-07 07:45:46 +00:00

update dep

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-09-13 17:35:36 +02:00
parent 9e6fd7cb70
commit c082ea4357
5 changed files with 26 additions and 6 deletions

View file

@ -251,4 +251,8 @@ namespace polysat {
if (!cl || !m_unit_clause || m_unit_clause->level() > cl->level())
m_unit_clause = cl;
}
lbool signed_constraint::bvalue(solver& s) const {
return s.m_bvars.value(blit());
}
}