LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::api::SnRtStations< T > Struct Template Reference

What sn_rt_stations returns: the complemented routing and the station visits. More...

#include <line/api/sn/sn_rt_stations.h>

Public Attributes

Matrix< T > rtst
 (nstations*nclasses) square, STATION-major rows
Matrix< T > Vst
 (nstations x nclasses), cellsum(sn.visits) by station

Detailed Description

template<class T>
struct line::api::SnRtStations< T >

What sn_rt_stations returns: the complemented routing and the station visits.

Definition at line 42 of file sn_rt_stations.h.

Member Data Documentation

◆ rtst

template<class T>
Matrix<T> line::api::SnRtStations< T >::rtst

(nstations*nclasses) square, STATION-major rows

Definition at line 43 of file sn_rt_stations.h.

Referenced by line::api::sn_rt_stations(), line::mam::solver_mam_bgchain(), and line::nc::solver_nc_busyp().

◆ Vst

template<class T>
Matrix<T> line::api::SnRtStations< T >::Vst

(nstations x nclasses), cellsum(sn.visits) by station

Definition at line 44 of file sn_rt_stations.h.

Referenced by line::api::sn_rt_stations(), line::mam::solver_mam_bgchain(), and line::nc::solver_nc_busyp().


The documentation for this struct was generated from the following file: