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

What jmt_prob_aggr reports: the system probability and the per-station ones. More...

#include <line/solvers/wrappers/jmt/jmt_logs.h>

Collaboration diagram for line::jmt::JmtProbAggr:

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

Detailed Description

What jmt_prob_aggr reports: the system probability and the per-station ones.

Definition at line 747 of file jmt_logs.h.

Member Data Documentation

◆ station

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

◆ station_seen

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

◆ sys

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

◆ sys_seen

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


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