Difference between revisions of "MicroTTT"

From Termination-Portal.org
Jump to navigationJump to search
Line 1: Line 1:
MicroTTT (<math>\mu</math>TTT)
+
MicroTTT is a prototype written in OCaml that generates XML-output as termination proofs using only the dependency pair transformation, estimated dependency graphs, strongly connected components decomposition and simple projections combined with the subterm criterion. Additionally it is possible to read in such XML-proofs and - using the same methods as for generating a proof - check them for correctness.
 +
* the source code is available [http://cl-informatik.uibk.ac.at/~griff/mttt/mttt.tar.bz2 here]
 +
* the specification of the XML-format [http://cl-informatik.uibk.ac.at/~griff/mttt/rscc.xsd here]
 +
Note that Ruby needs to be installed for compilation of microTTT, since the internal preprocessor of it is written in that language.

Revision as of 13:05, 21 May 2008

MicroTTT is a prototype written in OCaml that generates XML-output as termination proofs using only the dependency pair transformation, estimated dependency graphs, strongly connected components decomposition and simple projections combined with the subterm criterion. Additionally it is possible to read in such XML-proofs and - using the same methods as for generating a proof - check them for correctness.

  • the source code is available here
  • the specification of the XML-format here

Note that Ruby needs to be installed for compilation of microTTT, since the internal preprocessor of it is written in that language.