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

One network state: the per-stateful-node local rows it is composed of. More...

#include <line/lang/qn/state.h>

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

Public Attributes

std::vector< std::vector< T > > local
 local[isf] is that node's state row

Detailed Description

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

One network state: the per-stateful-node local rows it is composed of.

Definition at line 2140 of file state.h.

Member Data Documentation

◆ local

template<class T>
std::vector<std::vector<T> > line::qn::NetState< T >::local

local[isf] is that node's state row

Definition at line 2141 of file state.h.


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