| Copyright | (c) Masahiro Sakai 2012 |
|---|---|
| License | BSD-style |
| Maintainer | masahiro.sakai@gmail.com |
| Stability | provisional |
| Portability | portable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
ToySolver.Text.MaxSAT
Contents
Description
References:
Documentation
Constructors
| WCNF | |
Fields
| |
type WeightedClause = (Weight, Clause) Source