![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
One simulated sample path: the state visited at each step and its holding time. More...
#include <line/api/mc/ctmc_simulate.h>
Public Attributes | |
| std::vector< std::size_t > | states |
| 0-based state index at each step | |
| std::vector< T > | sojourn |
| holding time spent in that state | |
One simulated sample path: the state visited at each step and its holding time.
Definition at line 97 of file ctmc_simulate.h.
| std::vector<T> line::mc::CtmcPath< T >::sojourn |
holding time spent in that state
Definition at line 99 of file ctmc_simulate.h.
Referenced by line::lang::processes::chain_sample(), and line::mc::ctmc_simulate().
| std::vector<std::size_t> line::mc::CtmcPath< T >::states |
0-based state index at each step
Definition at line 98 of file ctmc_simulate.h.
Referenced by line::lang::processes::chain_sample(), and line::mc::ctmc_simulate().