mirror of
https://github.com/Z3Prover/z3
synced 2025-08-21 02:30:23 +00:00
rewind qhead to ensure re-propagation after cancellation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
41deae52c6
commit
7d7e03e377
3 changed files with 8 additions and 2 deletions
|
@ -258,6 +258,7 @@ namespace smt {
|
|||
TRACE("context", tout << is_sat << "\n";);
|
||||
return is_sat;
|
||||
}
|
||||
|
||||
obj_map<expr, expr*> var2val;
|
||||
index_set _assumptions;
|
||||
for (unsigned i = 0; i < assumptions.size(); ++i) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue