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:
parent
4b3af1d0a4
commit
3c8c8f5d40
4 changed files with 33 additions and 30 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue