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

[Xmax, m1, c2] of fj_xmax_coxian. More...

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

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

Public Attributes

Xmax
m1
c2

Detailed Description

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

[Xmax, m1, c2] of fj_xmax_coxian.

Definition at line 41 of file fj_xmax_coxian.h.

Member Data Documentation

◆ c2

template<class T>
T line::fj::FJXmaxCoxianResult< T >::c2

Definition at line 44 of file fj_xmax_coxian.h.

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

◆ m1

template<class T>
T line::fj::FJXmaxCoxianResult< T >::m1

Definition at line 43 of file fj_xmax_coxian.h.

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

◆ Xmax

template<class T>
T line::fj::FJXmaxCoxianResult< T >::Xmax

Definition at line 42 of file fj_xmax_coxian.h.

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


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