matsim-org/matsim-code-examples

setFlowCapacityChange in NetworkChangeEvent

FarnooshNm opened this issue · 1 comments

Hi,

I'm using a time-dependent network, and I want to change the flow capacity for different time periods. I wonder if the value we feed in the setFlowCapacityChange method replaces the previous value or the previous value is multiplied by this value. I appreciate any information in this regard.

Thank you.

Update: I tested that. It replaces the old value.