![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What State.toMarginal returns for one station and one state row. More...
#include <line/lang/qn/state.h>
Public Attributes | |
| T | ni = T() |
| total jobs in the station | |
| std::vector< T > | nir |
| jobs per class | |
| std::vector< T > | sir |
| jobs in service per class | |
| std::vector< std::vector< T > > | kir |
| jobs in service per class and phase | |
What State.toMarginal returns for one station and one state row.
| std::vector<std::vector<T> > line::qn::Marginal< T >::kir |
jobs in service per class and phase
Definition at line 55 of file state.h.
Referenced by line::qn::after_event_station_dep(), line::qn::after_event_station_phase(), and line::qn::to_marginal().
| T line::qn::Marginal< T >::ni = T() |
total jobs in the station
Definition at line 52 of file state.h.
Referenced by line::qn::station_populations(), and line::qn::to_marginal().
| std::vector<T> line::qn::Marginal< T >::nir |
jobs per class
Definition at line 53 of file state.h.
Referenced by line::qn::after_event_station_dep(), line::qn::after_event_station_phase(), line::qn::after_event_station_renege(), line::qn::after_event_station_retry(), line::qn::after_event_station_signal(), line::ctmc::ctmc_signal_busy(), line::ctmc::ctmc_state_space_aggr(), line::qn::prio_pop(), line::api::sn_is_state_valid(), line::ctmc::solver_ctmc_avg_from_pi(), and line::qn::to_marginal().
| std::vector<T> line::qn::Marginal< T >::sir |
jobs in service per class
Definition at line 54 of file state.h.
Referenced by line::qn::after_event_station_dep(), line::qn::after_event_station_renege(), line::qn::after_event_station_retry(), line::ctmc::ctmc_signal_busy(), line::api::sn_is_state_valid(), line::ctmc::solver_ctmc_avg_from_pi(), and line::qn::to_marginal().