![]() |
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 |
local[isf] is that node's state row
Definition at line 2141 of file state.h.
Referenced by line::qn::after_fj_event(), line::qn::after_global_event(), line::ctmc::reachable_space_generator(), line::ctmc::solver_ctmc(), line::ctmc::solver_ctmc_joint(), line::ctmc::solver_ctmc_jointaggr(), line::ctmc::solver_ctmc_marg(), line::ctmc::solver_ctmc_margaggr(), line::ssa::solver_ssa_prob(), line::qn::space_generator(), line::ssa::ssa_find_enabled(), line::ssa::ssa_prob_sys(), and line::ssa::ssa_prob_sys_aggr().