mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 04:05:43 -05:00
detail
This commit is contained in:
parent
a22bfe06c1
commit
5bed2d1c5f
1 changed files with 1 additions and 1 deletions
|
|
@ -749,7 +749,7 @@ module Make(Plugin : PLUGIN)
|
||||||
n_decisions = Stat.mk_int stat "sat.n-decisions";
|
n_decisions = Stat.mk_int stat "sat.n-decisions";
|
||||||
n_propagations = Stat.mk_int stat "sat.n-propagations";
|
n_propagations = Stat.mk_int stat "sat.n-propagations";
|
||||||
n_restarts = Stat.mk_int stat "sat.n-restarts";
|
n_restarts = Stat.mk_int stat "sat.n-restarts";
|
||||||
n_minimized_away = Stat.mk_int stat "sat.n-confl-minimized-away";
|
n_minimized_away = Stat.mk_int stat "sat.n-confl-lits-minimized-away";
|
||||||
|
|
||||||
on_conflict = None;
|
on_conflict = None;
|
||||||
on_decision= None;
|
on_decision= None;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue