Optimization problems (qiskit.optimization.problems
)¶
Problems¶
Structures for defining an optimization problem and its solution.
Quadratically 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
.
Abstract Constraint Class. |
|
Representation of a linear expression by its coefficients. |
|
Representation of a linear constraint. |
|
Representation of a quadratic expression by its coefficients. |
|
Representation of a quadratic constraint. |
|
Representation of quadratic objective function of the form: constant + linear * x + x * quadratic * x. |
|
Representation of a variable. |