Difference between revisions of "TPDB"

From Termination-Portal.org
Jump to navigationJump to search
m (TPDB 8.0.6 was already available in 2012, see also http://termcomp.uibk.ac.at/2012/rules.html)
(fixed links to more recent versions of converter)
Line 30: Line 30:
  
 
== Tools ==
 
== Tools ==
* converter from pre-7 (textual) format to 7.* (XML) format: http://termcomp.uibk.ac.at/status/convert.jar , usage:
+
* converter from pre-7 (textual) format to 7.* (XML) format: http://termcomp.uibk.ac.at/current/convert.jar , usage:
  
 
  java -jar convert.jar someTrs.trs > someTrs.xml  
 
  java -jar convert.jar someTrs.trs > someTrs.xml  
  
* converter from 7.* (XML) format to pre-7 (textual) format: http://termcomp.uibk.ac.at/status/xtc2tpdb.xsl , usage:
+
* converter from 7.* (XML) format to pre-7 (textual) format: http://termcomp.uibk.ac.at/current/xtc2tpdb.xsl , usage:
  
 
  xsltproc xtc2tpdb.xsl someTrs.xml > someTrs.trs
 
  xsltproc xtc2tpdb.xsl someTrs.xml > someTrs.trs
  
 
* Haskell library for reading and writing TPDB (plain and XML format) [http://hackage.haskell.org/package/tpdb]
 
* Haskell library for reading and writing TPDB (plain and XML format) [http://hackage.haskell.org/package/tpdb]

Revision as of 11:30, 12 June 2014

The Termination Problems Data Base collects termination problems that are being used in termination competitions.

Syntax and semantics specification

see also:

Data

Sources

The following are references for classical problem sets that appear in TPDB.

TPDB problems are collected from a variety of sources, by a variety of contributors. Often, the author of the problem is not the creator of the respective TPDB file. Sometimes, TPDB file structure (directory names) have been changed.

Tools

java -jar convert.jar someTrs.trs > someTrs.xml 
xsltproc xtc2tpdb.xsl someTrs.xml > someTrs.trs
  • Haskell library for reading and writing TPDB (plain and XML format) [1]