fixed_limits#
List of tag names that have fixed bounds inside the optimization problem.
The bounds for the variables defined inside the fixed_limits
list are defined
inside the wip.otm.build_restrictions
function.
These bounds are defined like so:
# ...
lmin = lmax = models_features[feature][production_query].mean()
# ...
In other words, the variable’s bounds represent the average value of the variable for a specific production range.