neuma
neuma
Hi, while most heat cost allocators read perfectly well out of the box - great job btw - this one seems to be a new model. The `normal` log with...
## Short story Whenever the number of car-links in a network differs from the number of ride-links, the car routes feature all kind of detours. ## Long story In one...
https://github.com/matsim-org/matsim-libs/blob/599a837000b5daf9cb5865b8a96924981c30c803/matsim/src/main/java/org/matsim/core/mobsim/hermes/HermesConfigGroup.java#L38-L39 Based on the javadoc, we have 20 bits to address transit stops. However, `MAX_STOP_ROUTE_ID` sets a limit of 65536 which corresponds to 16bits. The very same limit is also...