LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::fj::FJGKBoundResult< T > Struct Template Reference

All four G(K) factors of fj_gk_bound in its 'all' mode. More...

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

Collaboration diagram for line::fj::FJGKBoundResult< T >:

Public Attributes

unsigned K
exponential
uniform
evd
upper_bound

Detailed Description

template<class T>
struct line::fj::FJGKBoundResult< T >

All four G(K) factors of fj_gk_bound in its 'all' mode.

Definition at line 62 of file fj_types.h.

Member Data Documentation

◆ evd

template<class T>
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().

◆ exponential

template<class T>
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().

◆ K

template<class T>
unsigned line::fj::FJGKBoundResult< T >::K

Definition at line 63 of file fj_types.h.

Referenced by line::fj::fj_gk_bound().

◆ uniform

template<class T>
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().

◆ upper_bound

template<class T>
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().


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