Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK and does not exist in the latest version. We recommend you migrate to the latest version. See the release notes for more information.

Optimization problems

qiskit.optimization.problems

Quadratic program

Structures for defining an optimization problem.

QuadraticProgramQuadratically Constrained Quadratic Program representation.
Note

The following classes are not intended to be instantiated directly. Objects of these types are available within an instantiated QuadraticProgram.

ConstraintAbstract Constraint Class.
LinearExpressionRepresentation of a linear expression by its coefficients.
LinearConstraintRepresentation of a linear constraint.
QuadraticExpressionRepresentation of a quadratic expression by its coefficients.
QuadraticConstraintRepresentation of a quadratic constraint.
QuadraticObjectiveRepresentation of quadratic objective function of the form: constant + linear * x + x * quadratic * x.
QuadraticProgramElementInterface class for all objects that have a parent QuadraticProgram.
VariableRepresentation of a variable.
Was this page helpful?
Report a bug or request content on GitHub.