﻿================================================================
 The web service « transitiveReductionCriteriaComparisons-ITTB »
================================================================

Before running the java program in command line:
===================================================
You need to install Graphiz.
In particular, the program requires the executable file tred.exe.



How to run the java program in command line?
===================================================
::
java –Djava.awt.headless =true -jar transitiveReductionCriteriaComparisons-ITTB.jar criteria.xml criteriaComparisons.xml messages.xml transitiveReduction.xml
where:

- The first entry file corresponds to ``criteria.xml``
- The second entry file corresponds to `` criteriaComparisons.xml``
- The first output file corresponds to the `` transitiveReduction.xml`` file and contains the generated criteriaComparisons tag after the transitive reduction. 
- The second output file corresponds to the ``messages.xml`` file. It is a list of messages generated by the algorithm. It contains information about the execution status as well as a warnings and errors when they occur.

How to run the tests?
=====================

You have to put the entry files `` criteria.xml`` and `` criteriaComparisons.xml`` in the correct order.
