picos.constraints.con_log¶
Implementation of LogConstraint
.
Classes
- class picos.constraints.con_log.LogConstraint(log, lowerBound)[source]¶
Bases:
Constraint
Lower bound on a logarithm.
- class ExpConeConversion[source]¶
Bases:
ConstraintConversion
Bound on a logarithm to exponential cone constraint conversion.
- __init__(log, lowerBound)[source]¶
Construct a
LogConstraint
.- Parameters
log (Logarithm) – Constrained expression.
lowerBound (AffineExpression) – Lower bound on the expression.