![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Port of @@SolverMVA/getProbAggr.m: P(n1 jobs of class 1, n2 of class 2, ...) at station ist for the model's state, a scalar in [0,1] with its log. More...
#include <line/solvers/mva/solver_mva_prob.h>
Public Attributes | |
| T | P |
| T | logP |
Port of @@SolverMVA/getProbAggr.m: P(n1 jobs of class 1, n2 of class 2, ...) at station ist for the model's state, a scalar in [0,1] with its log.
Closed classes take the Schmidt binomial fitted to Q(i,r); open classes take the BCMP product form of the station (independent Poisson at an INF server, multinomial-geometric at a queue, nothing at an EXT source), exactly as the reference splits them.
Definition at line 297 of file solver_mva_prob.h.
| T line::mva::AggrResult< T >::logP |
Definition at line 299 of file solver_mva_prob.h.
| T line::mva::AggrResult< T >::P |
Definition at line 298 of file solver_mva_prob.h.