| Copyright | (c) Masahiro Sakai 2014 |
|---|---|
| License | BSD-style |
| Maintainer | masahiro.sakai@gmail.com |
| Stability | provisional |
| Portability | non-portable (DeriveDataTypeable) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
ToySolver.HittingSet.HTCBDD
Description
Wrapper for htcbdd command.
- HTC-BDD: Hypergraph Transversal Computation with Binary Decision Diagrams http://kuma-san.net/htcbdd.html
Documentation
Constructors
| Options | |
Fields
| |
minimalHittingSets :: Options -> [HyperEdge] -> IO [HittingSet] Source