mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
get-assignment
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b6ea9e31e5
commit
eda25e0ebb
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ namespace polysat {
|
|||
cl[j++] = cl[i];
|
||||
else {
|
||||
DEBUG_CODE({
|
||||
auto a = s.assignment().clone();
|
||||
auto a = s.get_assignment().clone();
|
||||
a.push(v, k);
|
||||
SASSERT(s.lit2cnstr(lit).is_currently_false(a));
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue