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

[mK, lo, hi] of fj_char_max_blom; lo and hi are NaN below K = 5. More...

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

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

Public Attributes

mK
lo
hi
bool bracket_available

Detailed Description

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

[mK, lo, hi] of fj_char_max_blom; lo and hi are NaN below K = 5.

Definition at line 37 of file fj_char_max_blom.h.

Member Data Documentation

◆ bracket_available

template<class T>
bool line::fj::FJCharMaxBlomResult< T >::bracket_available

Definition at line 41 of file fj_char_max_blom.h.

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

◆ hi

template<class T>
T line::fj::FJCharMaxBlomResult< T >::hi

Definition at line 40 of file fj_char_max_blom.h.

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

◆ lo

template<class T>
T line::fj::FJCharMaxBlomResult< T >::lo

Definition at line 39 of file fj_char_max_blom.h.

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

◆ mK

template<class T>
T line::fj::FJCharMaxBlomResult< T >::mK

Definition at line 38 of file fj_char_max_blom.h.

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


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