picos.constraints.con_detrootn¶
Implementation of DetRootNConstraint
.
Classes
- class picos.constraints.con_detrootn.DetRootNConstraint(detRootN, lowerBound)[source]¶
Bases:
Constraint
Lower bound on the
-th root of a matrix determinant.
- class Conversion[source]¶
Bases:
ConstraintConversion
-th root of a matrix determinant constraint conversion.
- __init__(detRootN, lowerBound)[source]¶
Construct a
DetRootNConstraint
.- Parameters
detRootN (DetRootN) – Constrained expression.
lowerBound (AffineExpression) – Lower bound on the expression.