![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The joint (level, phase) table getProb returns: rows levels, cols phases. More...
#include <line/solvers/mam/solver_mam_prob.h>
Public Attributes | |
| Matrix< T > | P |
The joint (level, phase) table getProb returns: rows levels, cols phases.
Definition at line 213 of file solver_mam_prob.h.
| Matrix<T> line::mam::ProbTable< T >::P |
Definition at line 214 of file solver_mam_prob.h.
Referenced by line::mam::solver_mam_getprob().