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

[Q, y] of fj_qgb: the bounded queue lengths and the geometric ratios. More...

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

Public Attributes

std::vector< T > Q
std::vector< T > y

Detailed Description

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

[Q, y] of fj_qgb: the bounded queue lengths and the geometric ratios.

Definition at line 37 of file fj_qgb.h.

Member Data Documentation

◆ Q

template<class T>
std::vector<T> line::fj::FJQgbResult< T >::Q

Definition at line 38 of file fj_qgb.h.

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

◆ y

template<class T>
std::vector<T> line::fj::FJQgbResult< T >::y

Definition at line 39 of file fj_qgb.h.

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


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