(function from pyomo.core.base.set)
pyomo.core.base.set
This is a decorator that translates None into Set.End. This supports a simpler syntax in set rules, though these can be more difficult to debug when errors occur.
Examples
@simple_set_rule def A_rule(model, i, j): ...