adelie.constraint.lower#

adelie.constraint.lower(b: ndarray, **kwargs)[source]#

Creates a lower bound constraint.

The lower bound constraint is given by \(x \geq b\) where \(b \leq 0\).

Parameters:
b(d,) ndarray

Bound \(b\).

**kwargsoptional

Keyword arguments to adelie.constraint.one_sided.

Returns:
wrap

Wrapper constraint object.