Problem Modeling Tools (qiskit_addon_opt_mapper.problems)¶
Optimization problem model elements.
Optimization problems (qiskit_addon_opt_mapper.problems).¶
Optimization problem¶
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
OptimizationProblem.
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.  | 
|
Interface class for all objects that have a parent OptimizationProblem.  | 
|
Representation of a variable.  | 
|
Representation of a symmetric k-th order expression by its coefficients.  | 
|
Constraint in higher order form.  | 
|
Representation of a symmetric k-th order expression by its coefficients.  | 
|
Optimization objective element.  |