Handle predicates with the same name but different arity #37
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In ASP, there may exist multiple predicate symbols with the same name but different arity. This is a problem, because TPTP most likely doesn’t support this.
A quick workaround would be to replace the predicate names with consecutive numbers for each unique predicate symbol.