info

Provides functions for retrieving disjunctive variable bound information stored on a model.

Functions

disjunctive_bound(var, scope)

Compute the disjunctive bounds for a variable in a given scope.

disjunctive_bounds(scope)

Return all of the variable bounds defined at a disjunctive scope.

disjunctive_lb(var, scope)

Compute the disjunctive lower bound for a variable in a given scope.

disjunctive_ub(var, scope)

Compute the disjunctive upper bound for a variable in a given scope.