Skip to content

Week 3: Ex4 #4

@BertLisser

Description

@BertLisser
conv2cnf :: Form -> Form
conv2cnf f = simplify (cnjOfDsj (nnf (arrowfree f)))

Mistake

toCNF :: Form ->  Form
toCNF f = (nnf . arrowfree) f

must be

toCNF :: Form ->  Form
toCNF f =  conv2cnf  f

Original nice solution. However I think there is a bug in conv2cnf , for that reason the test doesn't
terminate. But there is already a remark about it at exercise 3.

Good (=8)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions