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

Error in the tptp_to_ladr utility #3

Open
letalvoj opened this issue Mar 29, 2015 · 1 comment
Open

Error in the tptp_to_ladr utility #3

letalvoj opened this issue Mar 29, 2015 · 1 comment

Comments

@letalvoj
Copy link

Hi,

while using prover9 / mace4 together with TPTP language I found a bug in the tptp_to_ladr utility. If you put negation into an axiom directly before an existential quantifier than the axiom is not translated correctly.

For example:

fof(a, axiom, ( a <=> (~?[X]:(p(X))) )).
fof(b, axiom, ( b <=> ~(?[X]:(p(X))) )).
a <-> p(X) # label(a) # label(axiom).
b <-> -(exists X p(X)) # label(b) # label(axiom).

This repo seems to be dead but I put it here for other people who might experience the same problem.
V.

@jessealama
Copy link
Owner

Thanks for the report.

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

No branches or pull requests

2 participants