![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
A sampled path: the states visited, with their holding times for a CTMC. More...
#include <line/lang/processes/markov_chain.h>
Public Attributes | |
| std::vector< std::size_t > | states |
| 0-based state index at each step | |
| std::vector< T > | sojourn |
| holding times; empty for a DTMC, which has none | |
A sampled path: the states visited, with their holding times for a CTMC.
Definition at line 669 of file markov_chain.h.
| std::vector<T> line::lang::processes::ChainPath< T >::sojourn |
holding times; empty for a DTMC, which has none
Definition at line 671 of file markov_chain.h.
Referenced by line::lang::processes::chain_sample().
| std::vector<std::size_t> line::lang::processes::ChainPath< T >::states |
0-based state index at each step
Definition at line 670 of file markov_chain.h.
Referenced by line::lang::processes::chain_sample().