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

generateService.m: the service process seen by a tagged job. More...

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

Collaboration diagram for line::fj::FjCodesGenService:

Public Attributes

Matrix< double > T
 (newdim + dim_notbusy) square
std::size_t newdim = 0
 the all-busy part
std::size_t dim_notbusy = 0
 the not-all-busy part

Detailed Description

generateService.m: the service process seen by a tagged job.

Definition at line 74 of file fj_codes_matrices.h.

Member Data Documentation

◆ dim_notbusy

std::size_t line::fj::FjCodesGenService::dim_notbusy = 0

the not-all-busy part

Definition at line 77 of file fj_codes_matrices.h.

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

◆ newdim

std::size_t line::fj::FjCodesGenService::newdim = 0

the all-busy part

Definition at line 76 of file fj_codes_matrices.h.

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

◆ T

Matrix<double> line::fj::FjCodesGenService::T

(newdim + dim_notbusy) square

Definition at line 75 of file fj_codes_matrices.h.

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


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