| Copyright | (c) Masahiro Sakai 2018 |
|---|---|
| License | BSD-style |
| Maintainer | masahiro.sakai@gmail.com |
| Stability | provisional |
| Portability | portable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
ToySolver.Graph.MaxCut
Description
Documentation
type Problem a = EdgeLabeledGraph a Source #
buildDSDPMaxCutGraph' :: (a -> Builder) -> EdgeLabeledGraph a -> Builder Source #