![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The chain the WAITQ walk produces, alongside the FIFOs its states carry. More...
#include <line/solvers/ctmc/solver_ctmc_waitq.h>
Public Attributes | |
| CtmcResult< T > | chain |
| Q, the net halves, rates, filt. | |
| std::vector< std::vector< std::vector< std::size_t > > > | buf |
| per state, per region | |
The chain the WAITQ walk produces, alongside the FIFOs its states carry.
Definition at line 92 of file solver_ctmc_waitq.h.
| std::vector<std::vector<std::vector<std::size_t> > > line::ctmc::WaitqResult< T >::buf |
per state, per region
Definition at line 94 of file solver_ctmc_waitq.h.
Referenced by line::ctmc::ctmc_waitq_parked(), line::ctmc::solver_ctmc_waitq(), and line::ctmc::solver_ctmc_waitq_analyzer().
| CtmcResult<T> line::ctmc::WaitqResult< T >::chain |
Q, the net halves, rates, filt.
Definition at line 93 of file solver_ctmc_waitq.h.
Referenced by line::ctmc::solver_ctmc_waitq(), and line::ctmc::solver_ctmc_waitq_analyzer().