![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The response-time and queue-length QUANTILES of the 'snc' family. More...
#include <line/solvers/ba/solver_ba_snc.h>
Public Attributes | |
| Matrix< double > | D |
| Response-time quantile per (station, class); NaN where no traffic. | |
| Matrix< double > | B |
| Queue-length quantile, in jobs, per (station, class); NaN where no traffic. | |
The response-time and queue-length QUANTILES of the 'snc' family.
Definition at line 436 of file solver_ba_snc.h.
| Matrix<double> line::ba::SncPercentiles::B |
Queue-length quantile, in jobs, per (station, class); NaN where no traffic.
Definition at line 440 of file solver_ba_snc.h.
Referenced by line::ba::solver_ba_snc_perc().
| Matrix<double> line::ba::SncPercentiles::D |
Response-time quantile per (station, class); NaN where no traffic.
Definition at line 438 of file solver_ba_snc.h.
Referenced by line::ba::solver_ba_snc_perc().