Skip to content
Snippets Groups Projects
Commit 87926e98 authored by Thorsten Wißmann's avatar Thorsten Wißmann :guitar:
Browse files

Compute NNF of morethan correctly

parent 247d1da0
No related branches found
No related tags found
No related merge requests found
......@@ -628,7 +628,7 @@ and nnf f =
if n = 0 then TRUE
else
let ft = nnf f1 in
MORETHAN (n-1,s,f1)
MORETHAN (n-1,s,ft)
| MAX (n, s, f1) ->
let ft = nnfNeg f1 in
MAXEXCEPT (n,s, ft)
......
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