LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::qn::ReplyBlockInfo Struct Reference

Where node ind keeps its reply-block counters inside the local vars. More...

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

Collaboration diagram for line::qn::ReplyBlockInfo:

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

Detailed Description

Where node ind keeps its reply-block counters inside the local vars.

Definition at line 362 of file state_events.h.

Member Data Documentation

◆ classes

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().

◆ slot

std::vector<std::size_t> line::qn::ReplyBlockInfo::slot

◆ width

std::size_t line::qn::ReplyBlockInfo::width = 0

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