![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
generateService.m: the service process seen by a tagged job. More...
#include <line/api/fj/fj_codes_matrices.h>
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 | |
generateService.m: the service process seen by a tagged job.
Definition at line 74 of file fj_codes_matrices.h.
| 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().
| 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().
| 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().