mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 03:57:51 +00:00
rename to some saner name
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
63f3c841d8
commit
ce5c8b3066
6 changed files with 37 additions and 49 deletions
|
@ -76,10 +76,10 @@ namespace polysat {
|
|||
if (v != null_var) {
|
||||
s.push_cjust(v, this);
|
||||
|
||||
s.m_vble.intersect_ule(v, a, b, c, d, is_positive());
|
||||
s.m_viable.intersect_ule(v, a, b, c, d, is_positive());
|
||||
|
||||
rational val;
|
||||
if (s.m_vble.find_viable(v, val) == dd::find_t::singleton)
|
||||
if (s.m_viable.find_viable(v, val) == dd::find_t::singleton)
|
||||
s.propagate(v, val, *this);
|
||||
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue