You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error when applying the rule removal technique on
rules:
a(b(a(b(a(x))))) -> b(x)
relative rules:
x ->= a(a(b(b(x))))
to remove the rules
a(b(a(b(a(x))))) -> b(x)
x -> a(a(b(b(x))))
the rule x ->= ... cannot be removed, and it does not have to, to show relative termination. Must be some error in my proof output. I wonder why it does not happen more often.
The text was updated successfully, but these errors were encountered:
https://www.starexec.org/starexec/services/jobs/pairs/615271002/log
yeah of course this does not work:
the rule
x ->= ...
cannot be removed, and it does not have to, to show relative termination. Must be some error in my proof output. I wonder why it does not happen more often.The text was updated successfully, but these errors were encountered: