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:
parent
9e6fd7cb70
commit
c082ea4357
5 changed files with 26 additions and 6 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue