![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The marginal queue-length distribution and its logarithm. More...
#include <line/solvers/nc/solver_nc_prob.h>
Public Attributes | |
| std::vector< T > | P |
| P[n] = Pr[n jobs at the station], n = 0..sum(N). | |
| std::vector< T > | logP |
The marginal queue-length distribution and its logarithm.
Definition at line 634 of file solver_nc_prob.h.
| std::vector<T> line::nc::NcQueueLengthDist< T >::logP |
Definition at line 636 of file solver_nc_prob.h.
Referenced by line::nc::solver_nc_getprob_marg().
| std::vector<T> line::nc::NcQueueLengthDist< T >::P |
P[n] = Pr[n jobs at the station], n = 0..sum(N).
Definition at line 635 of file solver_nc_prob.h.
Referenced by line::nc::solver_nc_getprob_marg().