Skip to content
Snippets Groups Projects
Commit e4faff97 authored by Christoph's avatar Christoph
Browse files

Do a final propagation round at the end

parent 012c092c
No related branches found
No related tags found
No related merge requests found
......@@ -1080,6 +1080,7 @@ let isSat ?(verbose = false) sorts nomTable tbox sf =
let sat =
try
buildGraphLoop ();
propagateUnsatMu ();
(* get whether the root is satisfiable *)
(* we know that the reasoner finished, so the value is there, *)
(* i.e. isRootSat() will give a "Some x" and not "None" *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment