mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
streamline pb solver interface and naming after removal of xor
This commit is contained in:
parent
13f05ae9dc
commit
026065ff71
73 changed files with 1131 additions and 1201 deletions
|
@ -102,7 +102,7 @@ namespace smt {
|
|||
}
|
||||
enode * e = get_enode_eq_to(a);
|
||||
if (e && e->is_bool() && m_context.is_relevant(e)) {
|
||||
lbool val = m_context.get_assignment(e->get_owner());
|
||||
lbool val = m_context.get_assignment(e->get_expr());
|
||||
return val != l_undef && is_true == (val == l_true);
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue