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

What returnWait.m returns: the waiting time as a phase-type law. More...

#include <line/api/fj/fj_codes.h>

Collaboration diagram for line::fj::FjCodesWait:

Public Attributes

std::vector< double > wait_alpha
 defective, mass prob_wait
Matrix< double > wait_Smat
double prob_wait = 0.0
std::vector< double > alfa
 -pi0 T^-1, the all-busy occupancy

Detailed Description

What returnWait.m returns: the waiting time as a phase-type law.

Definition at line 130 of file fj_codes.h.

Member Data Documentation

◆ alfa

std::vector<double> line::fj::FjCodesWait::alfa

-pi0 T^-1, the all-busy occupancy

Definition at line 134 of file fj_codes.h.

Referenced by line::fj::fj_return_rt2(), and line::fj::fj_return_wait().

◆ prob_wait

double line::fj::FjCodesWait::prob_wait = 0.0

Definition at line 133 of file fj_codes.h.

Referenced by line::fj::fj_return_rt2(), and line::fj::fj_return_wait().

◆ wait_alpha

std::vector<double> line::fj::FjCodesWait::wait_alpha

defective, mass prob_wait

Definition at line 131 of file fj_codes.h.

Referenced by line::fj::fj_return_rt2(), and line::fj::fj_return_wait().

◆ wait_Smat

Matrix<double> line::fj::FjCodesWait::wait_Smat

Definition at line 132 of file fj_codes.h.

Referenced by line::fj::fj_return_rt2(), and line::fj::fj_return_wait().


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