Skip to main contentIBM Quantum Documentation
You are viewing the API reference for an old version of Qiskit SDK. Switch to latest version

Optimization problems

qiskit.optimization.problems

Problems

Structures for defining an optimization problem and its solution.

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.
VariableRepresentation of a variable.
Was this page helpful?
Report a bug or request content on GitHub.