You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a ref routine which derives "flow_direction" field from data. For example, if pd_min or f_min > 0, then flow_direction = 1. If pd_max < 0 or f_max < 0, then flow_direction = -1. This will allow the models to leverage tighter implementations of constraints, remove binary direction variables, etc.
The text was updated successfully, but these errors were encountered:
Create a ref routine which derives "flow_direction" field from data. For example, if pd_min or f_min > 0, then flow_direction = 1. If pd_max < 0 or f_max < 0, then flow_direction = -1. This will allow the models to leverage tighter implementations of constraints, remove binary direction variables, etc.
The text was updated successfully, but these errors were encountered: