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

The flat generator of an LD-QBD, with the level each flat state belongs to. More...

#include <line/solvers/mam/solver_mam_ldqbd_flatten.h>

Collaboration diagram for line::mam::LdqbdFlat< T >:

Public Attributes

Matrix< T > Q
 the dense generator over level/phase states
std::vector< std::size_t > levelOf
 levelOf[s] = the queue level of flat state s

Detailed Description

template<class T>
struct line::mam::LdqbdFlat< T >

The flat generator of an LD-QBD, with the level each flat state belongs to.

Definition at line 50 of file solver_mam_ldqbd_flatten.h.

Member Data Documentation

◆ levelOf

template<class T>
std::vector<std::size_t> line::mam::LdqbdFlat< T >::levelOf

levelOf[s] = the queue level of flat state s

Definition at line 52 of file solver_mam_ldqbd_flatten.h.

Referenced by line::mam::solver_mam_ldqbd_flatten().

◆ Q

template<class T>
Matrix<T> line::mam::LdqbdFlat< T >::Q

the dense generator over level/phase states

Definition at line 51 of file solver_mam_ldqbd_flatten.h.

Referenced by line::mam::solver_mam_ldqbd_flatten().


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