Copyright | (c) Masahiro Sakai 2012 |
---|---|
License | BSD-style |
Maintainer | masahiro.sakai@gmail.com |
Stability | provisional |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
References:
Documentation
WCNF | |
|
type WeightedClause = (Weight, Clause) Source #
Parsing .cnf/.wcnf files
parseByteString :: ByteString -> Either String WCNF Source #