![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Where node ind keeps its reply-block counters inside the local vars. More...
#include <line/lang/qn/state_events.h>
Public Attributes | |
| std::vector< std::size_t > | classes |
| 1-based calling classes holding a block | |
| std::vector< std::size_t > | slot |
| slot[r-1] = 0-based column, or npos | |
| std::size_t | width = 0 |
Where node ind keeps its reply-block counters inside the local vars.
Definition at line 362 of file state_events.h.
| std::vector<std::size_t> line::qn::ReplyBlockInfo::classes |
1-based calling classes holding a block
Definition at line 363 of file state_events.h.
Referenced by line::qn::after_event_station_reply(), line::qn::reply_block_info(), line::qn::reply_blocked(), and line::ctmc::solver_ctmc_avg_from_pi().
| std::vector<std::size_t> line::qn::ReplyBlockInfo::slot |
slot[r-1] = 0-based column, or npos
Definition at line 364 of file state_events.h.
Referenced by line::qn::after_event_station_dep(), line::qn::after_event_station_reply(), line::qn::reply_block_info(), and line::qn::reply_blocked().
| std::size_t line::qn::ReplyBlockInfo::width = 0 |
Definition at line 365 of file state_events.h.
Referenced by line::qn::reply_block_info(), and line::ctmc::solver_ctmc_avg_from_pi().