SHD

SHD algorithm for minimal hitting set computations

More Information: //research.nii.ac.jp/~uno/code/shd.html

Packaged by: Andrew Gainer-Dewar, Ph.D.

Run

Enter input data below and hit the RUN button to launch the computation.

1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

About

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

Web API

This algorithm can be run via the web interface above or via the following web API

HTTP POST /v1/run

    Parameters

    Results

HTTP POST /v1/config

    Parameters

    Results

Download

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 :

Help

Use keyboard shortcuts:

Alt + i
Edit the input data
Alt + p
Open parameters configuration tab
Alt + 1
Edit the first parameter
Alt + Enter
Run the computation
Alt + d
Reset parameters default configuration
Alt + N
Edit the nth parameter
Alt + r
Reset the computation
Alt + u
Upload input data from disk
Alt + Shift + N
Edit the nth parameter after 9
Alt + e
Fill form with example
Alt + w
Download computation result to disk
Tab and Shift + Tab
Navigate among parameters

Powered by