mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
[bugfix] semantic backtrack added decision with wrong level
This commit is contained in:
parent
4ff01d2a7e
commit
3ec4f6f2e3
1 changed files with 1 additions and 1 deletions
|
|
@ -445,7 +445,7 @@ module Make (L : Log_intf.S)(E : Expr_intf.S)
|
|||
else begin
|
||||
env.decisions <- env.decisions + 1;
|
||||
new_decision_level();
|
||||
enqueue_bool fuip.neg blevel (Bcp None)
|
||||
enqueue_bool fuip.neg (decision_level ()) (Bcp None)
|
||||
end
|
||||
end;
|
||||
var_decay_activity ();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue