Deprecated

Deprecated classes and functions

Class

amplify.BinaryPoly

A polynomial of binary variables.

amplify.IsingPoly

A polynomial of Ising variables.

amplify.BinaryPolyArray

An array of polynomials of binary variables.

amplify.IsingPolyArray

An array of polynomials of Ising variables.

amplify.BinarySymbolGenerator

A generator of binary variables.

amplify.IsingSymbolGenerator

A generator of Ising variables.

amplify.BinaryMatrix

A matrix form of binary variables.

amplify.IsingMatrix

A matrix form of Ising variables.

amplify.QuadraticModel

The base of the deprecated quadratic models of Amplify v0.

amplify.BinaryQuadraticModel

A model of binary variables.

amplify.IsingQuadraticModel

A model of Ising variables.

amplify.Solver

The runner of Amplify v0.

amplify.SolverResult

The solutions that the obsolete Solver.solve returned.

amplify.SolverSolution

One solution that the obsolete Solver.solve returned.

Function

amplify.SymbolGenerator

Make a generator of variables.

amplify.sum_poly

Add polynomials together.

amplify.decode_solution

Substitute the values of a solution into an array.

amplify.constraint.penalty

Make a constraint whose penalty is the polynomial itself.

Enum

amplify.InequalityFormulation

The way that Amplify v0 wrote an inequality constraint.