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

#include <line/api/qsys/qsys_mg1_setf.h>

Collaboration diagram for line::qsys::Mg1DisciplineResult< T >:

Public Attributes

std::vector< T > W
 per-class mean response time
rhohat
 Q/(1+Q) with Q = sum_k lambda_k W_k.

Detailed Description

template<class T>
struct line::qsys::Mg1DisciplineResult< T >

Definition at line 55 of file qsys_mg1_setf.h.

Member Data Documentation

◆ rhohat

template<class T>
T line::qsys::Mg1DisciplineResult< T >::rhohat

◆ W

template<class T>
std::vector<T> line::qsys::Mg1DisciplineResult< T >::W

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