![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What jmt_prob_aggr reports: the system probability and the per-station ones. More...
#include <line/solvers/wrappers/jmt/jmt_logs.h>
Public Attributes | |
| double | sys = 0.0 |
| P(the whole network is in the declared state). | |
| std::vector< double > | station |
| P(station i holds its declared per-class counts). | |
| bool | sys_seen = false |
| whether the joint state occurred at all | |
| std::vector< bool > | station_seen |
| the same, per station | |
What jmt_prob_aggr reports: the system probability and the per-station ones.
Definition at line 747 of file jmt_logs.h.
| std::vector<double> line::jmt::JmtProbAggr::station |
P(station i holds its declared per-class counts).
Definition at line 749 of file jmt_logs.h.
Referenced by line::jmt::jmt_prob_aggr().
| std::vector<bool> line::jmt::JmtProbAggr::station_seen |
the same, per station
Definition at line 751 of file jmt_logs.h.
Referenced by line::jmt::jmt_prob_aggr().
| double line::jmt::JmtProbAggr::sys = 0.0 |
P(the whole network is in the declared state).
Definition at line 748 of file jmt_logs.h.
Referenced by line::jmt::jmt_prob_aggr().
| bool line::jmt::JmtProbAggr::sys_seen = false |
whether the joint state occurred at all
Definition at line 750 of file jmt_logs.h.
Referenced by line::jmt::jmt_prob_aggr().