LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::mva::AggrResult< T > Struct Template Reference

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>

Collaboration diagram for line::mva::AggrResult< T >:

Public Attributes

P
logP

Detailed Description

template<class T>
struct line::mva::AggrResult< T >

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.

Member Data Documentation

◆ logP

template<class T>
T line::mva::AggrResult< T >::logP

Definition at line 299 of file solver_mva_prob.h.

◆ P

template<class T>
T line::mva::AggrResult< T >::P

Definition at line 298 of file solver_mva_prob.h.


The documentation for this struct was generated from the following file: