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

One simulated sample path: the state visited at each step and its holding time. More...

#include <line/api/mc/ctmc_simulate.h>

Collaboration diagram for line::mc::CtmcPath< T >:

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

Detailed Description

template<class T>
struct line::mc::CtmcPath< T >

One simulated sample path: the state visited at each step and its holding time.

Definition at line 97 of file ctmc_simulate.h.

Member Data Documentation

◆ sojourn

template<class T>
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().

◆ states

template<class T>
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().


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