ParTran algorithm for minimal hitting set computations
More Information: http://bpaslib.org
Packaged by: Andrew Gainer-Dewar, Ph.D.
Enter input data below and hit the RUN button to launch the computation.
See the documentation for inputs and outputs and the original container source code on GitHub.
Introduced in Parallel computation of the minimal elements of a poset. Can be run in multiple threads. WARNING: Testing has revealed that this sofwtare does not accurately generate all MHSes. Container sources available at the CompSysMed group Github page.
This interface was automatically generated by AlgoRun. AlgoRun aims at providing computational scientists with an easy way to use and publish their algorithms.
More Information: http://algorun.org
This algorithm can be run via the web interface above or via the following web API
To download and run this algorithm on your PC, you need to have Docker installed. Then, just run the following command:
docker run -it -p 31331:8765 --name <container_name> compsysmed/partran
The algorithm can now be used locally from your computer :
docker exec -i <container_name> /bin/algorun < sample_input.txt