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

Some more comments

parent b9a8d969
No related branches found
No related tags found
No related merge requests found
......@@ -132,6 +132,9 @@ let lhtMustFind lht l =
| Some f -> f
| None -> assert false
(* Gets a list of Things we know are unsatisfiable and propagates this
information backwards *)
let rec propagateUnsat = function
| [] -> ()
| propElem::tl ->
......
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