Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect grounding of formula with two bi-implications. #12

Open
GoogleCodeExporter opened this issue Jul 23, 2015 · 1 comment
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

1. Using the attached MLN and evidence file, run:

     $ infer -i net.mln -e evidence.db -q R -outputNetwork -r ground.lcnf

What is the expected output? What do you see instead?

The input cnf has a formula of the form:

A <=> (B <=> C).

The grounded formula should give us constraints of the form:

!A v !B v C.
!A v B v !C.
A v !B v !C.
A v B v C.

Instead, it gives us an unsatisfiable formula consisting solely of unit clauses.

What version of the product are you using? On what operating system?

January 2013 release. Linux, Fedora 20, x86_64.

Please provide any additional information below.


Original issue reported on code.google.com by Kopp.Ti...@gmail.com on 10 Feb 2015 at 4:44

Attachments:

@GoogleCodeExporter
Copy link
Author

Nevermind, upon closer inspection it _is_ being grounded correctly.

Original comment by Kopp.Ti...@gmail.com on 10 Feb 2015 at 6:03

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant