compute_bounds_on_expr

(function from pyomo.contrib.fbbt.fbbt)

pyomo.contrib.fbbt.fbbt.compute_bounds_on_expr(expr, ignore_fixed=False)[source]

Compute bounds on an expression based on the bounds on the variables in the expression.

Parameters:
Returns:

  • lb (float)

  • ub (float)