<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://termination-portal.org/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Integer_Transition_Systems</id>
	<title>Integer Transition Systems - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://termination-portal.org/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Integer_Transition_Systems"/>
	<link rel="alternate" type="text/html" href="http://termination-portal.org/mediawiki/index.php?title=Integer_Transition_Systems&amp;action=history"/>
	<updated>2026-05-08T13:01:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>http://termination-portal.org/mediawiki/index.php?title=Integer_Transition_Systems&amp;diff=2174&amp;oldid=prev</id>
		<title>JCKassing: Added ITS Page</title>
		<link rel="alternate" type="text/html" href="http://termination-portal.org/mediawiki/index.php?title=Integer_Transition_Systems&amp;diff=2174&amp;oldid=prev"/>
		<updated>2026-03-18T11:40:28Z</updated>

		<summary type="html">&lt;p&gt;Added ITS Page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The Integer Transition Systems category is concerned with the question &amp;quot;Will every possible sequence of rewrite steps on an integer program terminate?&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Syntax &amp;amp; Semantic ==&lt;br /&gt;
&lt;br /&gt;
Integer Transition Systems (ITSs) are [https://project-coco.uibk.ac.at/ARI/lctrs.php LCTRSs] with the following restrictions:&lt;br /&gt;
* The theory is always Ints.&lt;br /&gt;
* Rules must comply with the following grammar:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
rule ::= (rule lhs rhs (:guard term)? (:var (vars))?)&lt;br /&gt;
lhs  ::= (identifier identifier+)&lt;br /&gt;
rhs  ::= (identifier term+)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Moreover, ITSs must declare one and only one entrypoint&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
entrypoint ::= (entrypoint identifier)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
where the given identifier refers to a previously declared function symbol.&lt;br /&gt;
&lt;br /&gt;
The goal is to prove termination w.r.t. all well-sorted startterms of the form&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
(f c_1 ... c_k)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
where f is the entrypoint and c_1,...,c_k are constants from the theory Ints (i.e., integers or Booleans).&lt;br /&gt;
&lt;br /&gt;
== Problem ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Input&amp;lt;/b&amp;gt;: An ITS R.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Question&amp;lt;/b&amp;gt;: Does R terminate?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Possible Outputs&amp;lt;/b&amp;gt;: &lt;br /&gt;
* &amp;quot;&amp;lt;b&amp;gt;YES&amp;lt;/b&amp;gt;&amp;quot; followed by a termination proof, e.g., a ranking function proving termination of R.&lt;br /&gt;
* &amp;quot;&amp;lt;b&amp;gt;NO&amp;lt;/b&amp;gt;&amp;quot; followed by a nontermination proof, e.g., a loop that indicates an infinite rewrite sequence of R.&lt;br /&gt;
* &amp;quot;&amp;lt;b&amp;gt;MAYBE&amp;lt;/b&amp;gt;&amp;quot; (indicating that the solver cannot prove termination of R).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Categories]]&lt;/div&gt;</summary>
		<author><name>JCKassing</name></author>
		
	</entry>
</feed>