LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::qn::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::qn::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::qn::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


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