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:
parent
3f5e6a4bfa
commit
c55d316c6a
6 changed files with 10 additions and 12 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue