dimod.QuadraticModel.lower_bound

QuadraticModel.lower_bound(v: Hashable) Union[float, numpy.floating, numpy.integer][source]

Return the lower bound on the specified variable.

Parameters

v – Variable in the quadratic model.