SHD algorithm for minimal hitting set computations
More Information: //research.nii.ac.jp/~uno/code/shd.html
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 Efficient algorithms for dualizing large-scale hypergraphs by Murakami and Uno. Can be run in 'mmcs' or 'rs' mode. 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/shd
The algorithm can now be used locally from your computer :
docker exec -i <container_name> /bin/algorun < sample_input.txt