Replies: 5 comments 17 replies
-
I think this is a good suggestion when only considering the cost 0 and 1. However, I would be interested in having a format that uses an arithmetic term as the cost (and also a condition). In this way, relative TRSs, ITSs and ITRSs can use the same format. Of course one could do it in a separate format, but then again one would run into the situation that was already described here, i.e., if the ITRS is incidentally a relative TRS, then one has to encode the ITRS in a specialized relative rewriting format, so it can be understood by tools that can only handle relative rewriting but no ITRSs. |
Beta Was this translation helpful? Give feedback.
-
No, for termination, only |
Beta Was this translation helpful? Give feedback.
-
I think we are discussing two different things here: Stefan is mainly interested in complexity of ITRSs with non-constant cost-expressions. Akihisa is interested in relative TRSs with constant cost-annotations. @stefandollase I understand your motivation -- you want to have a format for relative TRSs which is a special case of ITRSs. However, there are two problems that need to be resolved first, in my opinion:
@AkihisaYamada I don't fully understand your motivation yet, as you said that
For me, the last statement implies that cost-annotations are not very relevant for termination, but the first two seem to imply that you are very interested in termination of cost-annotated rewriting. What am I getting wrong? |
Beta Was this translation helpful? Give feedback.
-
I updated the proposal to take the discussion into account. |
Beta Was this translation helpful? Give feedback.
-
Everybody seems to be happy with the updated proposal --> closed. |
Beta Was this translation helpful? Give feedback.
-
Since we want to use the ARI format in the future, we have to extend it for relative rewriting. The idea is to use the format for multiple TRSs, with the restriction that there have to be precisely two TRSs. Then the goal is to prove termination of TRS 1 relative to TRS 2.
What do you think?
Edit (24/01/16): Taking the discussion into account, the following proposal seems to be better:
Note that
number
only allows for non-negative numbers in ARI. For termination, it only matters whether the costs are zero or not. For complexity, the costs only matter for concrete (non-asymptotic) bounds.I'm not sure if RTRS (relative TRS) is a good name, though. We could also go for, e.g., WTRS (weighted TRS).
Beta Was this translation helpful? Give feedback.
All reactions