picos.constraints.con_geomean

Implementation of GeometricMeanConstraint.

Classes

class picos.constraints.con_geomean.GeometricMeanConstraint(geoMean, lowerBound)[source]

Bases: Constraint

Lower bound on a geometric mean.

class RSOCConversion[source]

Bases: ConstraintConversion

Geometric mean to rotated second order cone constraint conversion.

classmethod convert(con, options)[source]

Implement convert.

classmethod predict(subtype, options)[source]

Implement predict.

__init__(geoMean, lowerBound)[source]

Construct a GeometricMeanConstraint.

Parameters