![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
One network state: the per-stateful-node local rows it is composed of. More...
#include <line/lang/qn/state.h>
Public Attributes | |
| std::vector< std::vector< T > > | local |
| local[isf] is that node's state row | |
One network state: the per-stateful-node local rows it is composed of.
| std::vector<std::vector<T> > line::qn::NetState< T >::local |