matsim-vsp / parallel_qsim_rust

Parallel and distributed implementation of the Qsim in Rust
8 stars 0 forks source link

replace activity types with ids #92

Closed Janekdererste closed 10 months ago

Janekdererste commented 1 year ago

Each activity stores its type as a string. Replace this with ids.

Janekdererste commented 10 months ago

This was also done in #99 as I have changed the way the population is parsed anyway.