![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What mam_detect_mmck returns; muRate is meaningful only when isMmck. More...
#include <line/solvers/mam/solver_mam_bmap.h>
Public Attributes | |
| bool | isMmck = false |
| T | muRate = num_traits<T>::from_int(0) |
What mam_detect_mmck returns; muRate is meaningful only when isMmck.
Definition at line 180 of file solver_mam_bmap.h.
| bool line::mam::MmckDetection< T >::isMmck = false |
Definition at line 181 of file solver_mam_bmap.h.
Referenced by line::mam::mam_detect_mmck(), line::mam::solver_mam_basic_mmap_inner(), line::mam::solver_mam_decmmap(), and line::mam::solver_mna_open().
| T line::mam::MmckDetection< T >::muRate = num_traits<T>::from_int(0) |
Definition at line 182 of file solver_mam_bmap.h.
Referenced by line::mam::mam_detect_mmck(), line::mam::solver_mam_basic_mmap_inner(), line::mam::solver_mam_decmmap(), and line::mam::solver_mna_open().