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

Latest commit

 

History

History
 
 

fka-begk

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

FK-A (BEGK) algorithm

This directory contains sources for the compsysmed/fka-begk container. It implements the FK-A (BEGK) algorithm for the minimum hitting set generation problem.

For details of the algorithm, see On the complexity of dualization of monotone disjunctive normal forms by Fredman and Khachiyan and An efficient implementation of a quasi-polynomial algorithm for generating hypergraph transversals and its application in joint generation by Khachiyan et al.

Implementation

The implementation provided in src/alg is compiled from C code written by K. Elbassioni and distributed at the website of Endre Boros. It is included here by permission of the author and is provided as-is and without warranty.

Building

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

docker build -t compsysmed/fka-begk: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/fka-begk:latest