![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
All four G(K) factors of fj_gk_bound in its 'all' mode. More...
#include <line/api/fj/fj_types.h>
Public Attributes | |
| unsigned | K |
| T | exponential |
| T | uniform |
| T | evd |
| T | upper_bound |
All four G(K) factors of fj_gk_bound in its 'all' mode.
Definition at line 62 of file fj_types.h.
| T line::fj::FJGKBoundResult< T >::evd |
Definition at line 66 of file fj_types.h.
Referenced by line::fj::fj_gk_bound(), and line::fj::fj_gk_bound().
| T line::fj::FJGKBoundResult< T >::exponential |
Definition at line 64 of file fj_types.h.
Referenced by line::fj::fj_gk_bound(), and line::fj::fj_gk_bound().
| unsigned line::fj::FJGKBoundResult< T >::K |
Definition at line 63 of file fj_types.h.
Referenced by line::fj::fj_gk_bound().
| T line::fj::FJGKBoundResult< T >::uniform |
Definition at line 65 of file fj_types.h.
Referenced by line::fj::fj_gk_bound(), and line::fj::fj_gk_bound().
| T line::fj::FJGKBoundResult< T >::upper_bound |
Definition at line 67 of file fj_types.h.
Referenced by line::fj::fj_gk_bound(), and line::fj::fj_gk_bound().