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
- rename _update_column_travel_time() to
_update_column_attributes();
- move toll and travel time update for each column
from _update_column_gradient_cost_and_flow() to
_update_column_attributes() as they are not needed for column
update at each iteration, which significantly improves the
overall run time of the column generation module.
0 commit comments