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

build_Service_h.m: the two-subtask phase process of one fork-join job. More...

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

Collaboration diagram for line::fj::FjCodesServiceH:

Public Attributes

Matrix< double > service_phases
 (m^2) x (2m) count vectors, [long, short]
std::vector< double > beta
 kron(tau_st, tau_st), length m^2
Matrix< double > S
 kronsum(ST, ST), (m^2) x (m^2)

Detailed Description

build_Service_h.m: the two-subtask phase process of one fork-join job.

Definition at line 61 of file fj_codes_matrices.h.

Member Data Documentation

◆ beta

std::vector<double> line::fj::FjCodesServiceH::beta

◆ S

Matrix<double> line::fj::FjCodesServiceH::S

kronsum(ST, ST), (m^2) x (m^2)

Definition at line 64 of file fj_codes_matrices.h.

Referenced by line::fj::fj_build_sa(), and line::fj::fj_build_service_h().

◆ service_phases

Matrix<double> line::fj::FjCodesServiceH::service_phases

(m^2) x (2m) count vectors, [long, short]

Definition at line 62 of file fj_codes_matrices.h.

Referenced by line::fj::fj_build_sa(), line::fj::fj_build_service_h(), line::fj::fj_busy_to_idle(), and line::fj::fj_construct_srk().


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