mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 04:26:00 +00:00
Remove bdecide
This commit is contained in:
parent
63031548cb
commit
d98a93bcc8
4 changed files with 3 additions and 42 deletions
|
@ -186,10 +186,9 @@ namespace polysat {
|
|||
void set_conflict(clause& cl) { m_conflict.set(cl); }
|
||||
void set_conflict(pvar v) { m_conflict.set(v); }
|
||||
|
||||
bool can_decide() const { return !m_free_pvars.empty() || m_bvars.can_decide(); }
|
||||
bool can_decide() const { return !m_free_pvars.empty(); }
|
||||
void decide();
|
||||
void pdecide(pvar v);
|
||||
void bdecide(sat::bool_var b);
|
||||
|
||||
void narrow(pvar v);
|
||||
void linear_propagate();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue