Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 513 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 513 Bytes

IsingSolvers.jl

QUBODRIVERS

Ising Model solvers inspired by LANL's ising-solvers in Julia with wrappers for JuMP

Ising Model

$$\begin{array}{rl} \displaystyle \min_{\mathbf{s}} & \mathbf{s}'\mathbf{J}\,\mathbf{s} + \mathbf{h}'\mathbf{s}\\ \text{s.t.} & \mathbf{s} \in \left\lbrace\pm 1\right\rbrace^{n} \end{array}$$