3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-01-16 23:56:16 +00:00

update var dependency tracking

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-09-15 09:10:36 +01:00
parent 4b3af1d0a4
commit 3c8c8f5d40
4 changed files with 33 additions and 30 deletions

View file

@ -497,6 +497,8 @@ namespace polysat {
resolve_bool(lit);
}
}
// here we build conflict clause if it has free variables.
// the last decision is reverted.
report_unsat();
}