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

A solved WAITQ model: the usual CTMC solution, plus what the FIFOs hold. More...

#include <line/solvers/ctmc/solver_ctmc_waitq.h>

Collaboration diagram for line::ctmc::WaitqSolution< T >:

Public Attributes

CtmcSolution< T > sol
std::vector< std::vector< std::vector< std::size_t > > > buf
std::vector< T > parked
 mean parked jobs per class

Detailed Description

template<class T>
struct line::ctmc::WaitqSolution< T >

A solved WAITQ model: the usual CTMC solution, plus what the FIFOs hold.

Definition at line 940 of file solver_ctmc_waitq.h.

Member Data Documentation

◆ buf

template<class T>
std::vector<std::vector<std::vector<std::size_t> > > line::ctmc::WaitqSolution< T >::buf

◆ parked

template<class T>
std::vector<T> line::ctmc::WaitqSolution< T >::parked

mean parked jobs per class

Definition at line 943 of file solver_ctmc_waitq.h.

Referenced by line::ctmc::solver_ctmc_analyzer_any(), and line::ctmc::solver_ctmc_waitq_analyzer().

◆ sol


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