mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
fix faulty merge
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
25c1b41c51
commit
708e8669fa
1 changed files with 1 additions and 0 deletions
|
@ -1626,6 +1626,7 @@ namespace sat {
|
|||
pop_lookahead1(lit, num_units);
|
||||
if (unsat) {
|
||||
TRACE("sat", tout << "backtracking and settting " << ~lit << "\n";);
|
||||
lookahead_backtrack();
|
||||
assign(~lit);
|
||||
propagate();
|
||||
change = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue