qbraid.programs.annealing.ProblemType

class ProblemType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Enumeration for different types of annealing models.

QUBO

Quadratic Unconstrained Binary Optimization model with binary variables.

ISING

Ising model with spin variables (-1 or +1).

__init__(*args, **kwds)

Attributes

QUBO

ISING