from_docplex_mp#
- from_docplex_mp(model, indicator_big_m=None)[source]#
Translate a docplex.mp model into a quadratic program.
Note that this supports the following features of docplex:
linear / quadratic objective function
linear / quadratic / indicator constraints
binary / integer / continuous variables
logical expressions (
logical_not
,logical_and
, andlogical_or
)
- Parameters:
- Returns:
The quadratic program corresponding to the model.
- Raises:
QiskitOptimizationError – if the model contains unsupported elements.
- Return type: