toysolver-0.1.0: Assorted decision procedures for SAT, Max-SAT, PB, MIP, etc

Copyright(c) Masahiro Sakai 2012
LicenseBSD-style
Maintainermasahiro.sakai@gmail.com
Stabilityprovisional
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

ToySolver.Text.MaxSAT

Contents

Description

Synopsis

Documentation

data WCNF Source

Constructors

WCNF 

type Weight = Integer Source

Weigths must be greater than or equal to 1, and smaller than 2^63.

Parsing .cnf/.wcnf files