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
Currently, lower and upper bounds on variables are uniform across all time-steps and set as constants.
Allow those LB and UB constraints follow profiles in time.
Fix the IF statement in set_variable_bounds.m used to enforce that the last value of tank head $h_t$ is no less than the initial value, starting from line: if strcmp(var_name,'ht')
The text was updated successfully, but these errors were encountered:
Currently, lower and upper bounds on variables are uniform across all time-steps and set as constants.$h_t$ is no less than the initial value, starting from line:
Allow those LB and UB constraints follow profiles in time.
Fix the IF statement in
set_variable_bounds.m
used to enforce that the last value of tank headif strcmp(var_name,'ht')
The text was updated successfully, but these errors were encountered: