TrafficPLANit / PLANit

see www.goPLANit.org
Other
0 stars 0 forks source link

compute relative gap for bush based using paper nie #127

Open MarkRaadsen opened 1 month ago

MarkRaadsen commented 1 month ago

BAsed on Nie but will require using the link sending flows rather than demand:

1- (PER OD od flow demand shortest path link costs considering alphas)/(sum link inflows link costs per link)

MarkRaadsen commented 19 hours ago

Pivoted slightly and now based on:

sum the: for_each_od: min_cost_od_path odflow --> mincostflow sum the: for_each_link: unconstrained_demand link_cost --> measuredcostflow

gap = (measuredcostflow-mincostflow)/mincostflow