Conversion Tool   

Description

The trs-conversion tool allows to convert between different formats of various rewrite systems. Currently it supports conversion to and from the following formats:


When calling trs-conversion we have to provide an input and an output format using the flags --from and --to respectively. For example:

trs-conversion --from=COPS --to=ARI problem.trs

This converts the problem in file problem.trs in the COPS format to the ARI format. For a full list of options call:

trs-conversion --help

NOTE: this is a preliminary version of the tool. Its behaviour and interface can and likely will change in the future.


Download

Below you can find an archive containing the source code for trs-conversion. To build and or install the tool you need to have GHC and cabal (or stack) installed on your system. You can then follow the instructions in the contained README.md.

Contact

For questions or feedback please contact Fabian Mitterwallner or Aart Middeldorp.