[][src]Function vrp_core::models::problem::create_matrix_transport_cost

pub fn create_matrix_transport_cost(
    costs: Vec<MatrixData>
) -> Result<Arc<dyn TransportCost + Send + Sync>, String>

Creates time agnostic or time aware routing costs based on matrix data passed.