Skip to content

Error in the tptp_to_ladr utility #3

@letalvoj

Description

@letalvoj

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions