Don’t perform simplifications with logic of here-and-there #27
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?
Formulas obtained by translation that are subject to the logic of here-and-there and not classical logic aren’t safe to be simplified with the set of all simplification rules that I implemented for the completion-based translation mode. For those, no simplifications should be performed as a first step (and later safe simplifications should be allowed).
Only perform safe simplifications with logic of here-and-thereto Don’t perform simplifications with logic of here-and-thereI implemented this in conjunction with #22.