3
0
Fork 0
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:
Nikolaj Bjorner 2023-01-09 10:14:19 -08:00
parent b6ea9e31e5
commit eda25e0ebb

View file

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