toysolver-0.7.0: Assorted decision procedures for SAT, SMT, Max-SAT, PB, MIP, etc
Copyright(c) Masahiro Sakai 2018
LicenseBSD-style
Maintainermasahiro.sakai@gmail.com
Stabilityprovisional
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

ToySolver.Graph.MaxCut

Description

 

Documentation

eval :: Num a => Solution -> Problem a -> a Source #

evalEdge :: Num a => Solution -> (Int, Int, a) -> a Source #