matsim-vsp / parallel_qsim_rust

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

Routing experiments #4

Closed paulheinr closed 1 year ago

paulheinr commented 1 year ago

Added

So far the network converter is a mixture of Rust and Python scripts. I took a leaf out of InertialFlowCutter (they call their C++ implementation with Python), but it should also be possible in plain Rust using https://doc.rust-lang.org/std/process/struct.Command.html. I'll do that next.