This program prove termination using the Size-Change Termination criterion. It accepts in input Dedukti files or xml files of the Termination Problem Data Base.
In order to compile, simply do make
.
You will need:
OCaml >= 4.02
,OCamlBuild
,xml-light
,master
of Dedukti
(https://github.com/Deducteam/Dedukti).To know if a .xml
file named foo.xml
is proved terminating, simply run ./sct.native foo.xml
.
To know if a Dedukti file named foo.dk
is proved terminating, simply run ./sct.native foo.dk
.