compute_fbbt_bounds

(function from pyomo.gdp.plugins.partition_disjuncts)

pyomo.gdp.plugins.partition_disjuncts.compute_fbbt_bounds(expr, global_constraints, opt)[source]

Calls fbbt on expr and returns the lower and upper bounds on the expression based on the bounds of the Vars that appear in the expression. Ignores the global_constraints and opt arguments.