altrios-core 1.0.0

ALTRIOS Core model for train simulation
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Meet-pass
//!
//! # Nomenclature
//! Blocked: when searching along a path, a train is blocked when it
//! reaches a link occupied by a train travelling in the opposite direction.

mod disp_imports;
pub mod disp_structs;
pub mod dispatch;
pub mod est_times;
pub mod train_disp;