![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
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 | |
What sn_rt_stations returns: the complemented routing and the station visits.
Definition at line 42 of file sn_rt_stations.h.
| 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().
| 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().