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

build_SA.m: the level-constant generator and the head-of-line jump. More...

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

Collaboration diagram for line::fj::FjCodesSA:

Public Attributes

Matrix< double > S
 no job completes, ((C+1) m^2) square
Matrix< double > A_jump
 a job completes and the next enters service

Detailed Description

build_SA.m: the level-constant generator and the head-of-line jump.

Definition at line 68 of file fj_codes_matrices.h.

Member Data Documentation

◆ A_jump

Matrix<double> line::fj::FjCodesSA::A_jump

a job completes and the next enters service

Definition at line 70 of file fj_codes_matrices.h.

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

◆ S

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

no job completes, ((C+1) m^2) square

Definition at line 69 of file fj_codes_matrices.h.

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


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