| Copyright | (c) Masahiro Sakai 2018 |
|---|---|
| License | BSD-style |
| Maintainer | masahiro.sakai@gmail.com |
| Stability | provisional |
| Portability | non-portable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
| Extensions |
|
ToySolver.Converter.QUBO
Description
Documentation
newtype QUBO2PBInfo a Source #
Constructors
| QUBO2PBInfo Integer |
Instances
type PB2QUBOInfo a = ComposedTransformer PB2QUBOInfo' (PBAsQUBOInfo a) Source #
newtype PBAsQUBOInfo a Source #
Constructors
| PBAsQUBOInfo Integer |
Instances
qubo2ising :: (Eq a, Show a, Fractional a) => Problem a -> (IsingModel a, QUBO2IsingInfo a) Source #
newtype QUBO2IsingInfo a Source #
Constructors
| QUBO2IsingInfo a |
Instances
ising2qubo :: (Eq a, Num a) => IsingModel a -> (Problem a, Ising2QUBOInfo a) Source #
newtype Ising2QUBOInfo a Source #
Constructors
| Ising2QUBOInfo a |