Translate logic of here-and-there to classical logic #23
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?
For non-Horn programs, the output generated by the new translation scheme is subject to the logic of here-and-there. However, there aren’t many tools (less so theorem provers) available to work with output in this form.
For this reason, it would be useful to implement a translation from the logic of here-and-there to classical logic. It might make sense to add an option like
--semantics
with valuesclassical
vs.here-and-there
.