3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-09 14:54:53 +00:00

Rename to get_assignment to prevent clash with class name

This commit is contained in:
Jakob Rath 2023-01-09 17:15:40 +01:00
parent 3f5e6a4bfa
commit c55d316c6a
6 changed files with 10 additions and 12 deletions

View file

@ -127,7 +127,7 @@ namespace polysat {
return; // conflict
#endif
if (clause_ref lemma = produce_lemma(s, s.assignment()))
if (clause_ref lemma = produce_lemma(s, s.get_assignment()))
s.add_clause(*lemma);
if (!s.is_conflict() && is_currently_false(s, is_positive))