Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

BMR algorithm

This directory contains sources for the compsysmed/bmr container. It implements the BMR algorithm for the minimum hitting set generation problem.

For details of the algorithm, see A fast algorithm for computing hypergraph transversals and its application in mining emerging patterns.

Implementation

The implementation provided in src/alg is C code written by and copyright of Keisuke Murakami and distributed at the Hypergraph Dualization Repository. It is redistributed here by permission from the authors; see src/alg/LICENSE.md for details.

Building

To build the container yourself, run the following from this directory:

docker build -t compsysmed/bmr:latest .

You do not need to build the container yourself to use the algorithms. You can fetch a prebuilt copy of the container by running the following:

docker pull compsysmed/bmr:latest