mirror of
https://github.com/Z3Prover/z3
synced 2025-11-14 01:51:16 +00:00
Rename confusing methods
avoid difference between c.is_eq() and c->is_eq()
This commit is contained in:
parent
8a50467ba8
commit
0c62b81a56
9 changed files with 27 additions and 32 deletions
|
|
@ -45,7 +45,7 @@ namespace polysat {
|
|||
}
|
||||
|
||||
bool eq_explain::try_explain1(pvar v, signed_constraint c, conflict& core) {
|
||||
if (!c.is_eq())
|
||||
if (!c.is_pos_eq())
|
||||
return false;
|
||||
if (!c.is_currently_false(s))
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue