3
0
Fork 0
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:
Jakob Rath 2023-06-23 11:59:18 +02:00
parent 8a50467ba8
commit 0c62b81a56
9 changed files with 27 additions and 32 deletions

View file

@ -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;