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

One sampled trajectory of the chain. More...

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

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

Public Attributes

std::vector< T > t
 time at which each state was ENTERED
std::vector< std::size_t > state
 0-based index into chain.space
std::vector< std::size_t > event
 synchronization that fired to LEAVE it
CtmcSolution< T > chain

Detailed Description

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

One sampled trajectory of the chain.

Definition at line 47 of file solver_ctmc_sample.h.

Member Data Documentation

◆ chain

◆ event

template<class T>
std::vector<std::size_t> line::ctmc::CtmcSamplePath< T >::event

synchronization that fired to LEAVE it

Definition at line 50 of file solver_ctmc_sample.h.

Referenced by line::ctmc::solver_ctmc_sample_sys().

◆ state

template<class T>
std::vector<std::size_t> line::ctmc::CtmcSamplePath< T >::state

◆ t

template<class T>
std::vector<T> line::ctmc::CtmcSamplePath< T >::t

time at which each state was ENTERED

Definition at line 48 of file solver_ctmc_sample.h.

Referenced by line::ctmc::solver_ctmc_sample_sys().


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