The tool for this project is publicly available for download.
To run the tool, execute the file "TSM.py", using the following command (Please read the Requirement section below to ensure that you can successfully run the tool):
python TSM.py [OS]
"TSM.py" takes an argument which is the type of os you’re running the tool on it.
The current version supports mac and Linux. If you are a mac user, use "mac" keyword, and if you are a Linux user, use "linux" keyword:
For mac:
python TSM.py mac
For Linux:
python TSM.py linux
The output of the program shows the percent of reduction using greedy algorithm and integer programming along with the execution time information.
In order to use this tool, you should have the following tools installed: