Optimization problems (qiskit_optimization.problems
)#
Quadratic program#
Structures for defining an optimization problem.
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. |
|
Interface class for all objects that have a parent QuadraticProgram. |
|
Representation of a variable. |