atleast

(function from pyomo.core.expr.logical_expr)

pyomo.core.expr.logical_expr.atleast(n, *args)[source]

Creates a new AtLeastExpression

Require at least n arguments to be True, to make the expression True

Usage: atleast(2, m.Y1, m.Y2, m.Y3, …)