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

Return value of pfqn_scb, mirroring [Xlo, Xhi, Ulo, Uhi]. More...

#include <line/api/pfqn/pfqn_scb.h>

Collaboration diagram for line::pfqn::ScbBounds< T >:

Public Attributes

Xlo
 lower bound on multiclass throughput X_R (= exact X_1)
Xhi
 upper bound on X_R
std::vector< T > Ulo
 (K) lower bounds on the multiclass utilizations U_k,R
std::vector< T > Uhi
 (K) upper bounds on U_k,R

Detailed Description

template<class T>
struct line::pfqn::ScbBounds< T >

Return value of pfqn_scb, mirroring [Xlo, Xhi, Ulo, Uhi].

Definition at line 42 of file pfqn_scb.h.

Member Data Documentation

◆ Uhi

template<class T>
std::vector<T> line::pfqn::ScbBounds< T >::Uhi

(K) upper bounds on U_k,R

Definition at line 46 of file pfqn_scb.h.

Referenced by line::pfqn::pfqn_scb().

◆ Ulo

template<class T>
std::vector<T> line::pfqn::ScbBounds< T >::Ulo

(K) lower bounds on the multiclass utilizations U_k,R

Definition at line 45 of file pfqn_scb.h.

Referenced by line::pfqn::pfqn_scb().

◆ Xhi

template<class T>
T line::pfqn::ScbBounds< T >::Xhi

upper bound on X_R

Definition at line 44 of file pfqn_scb.h.

Referenced by line::pfqn::pfqn_scb(), and line::ba::solver_ba_analyzer().

◆ Xlo

template<class T>
T line::pfqn::ScbBounds< T >::Xlo

lower bound on multiclass throughput X_R (= exact X_1)

Definition at line 43 of file pfqn_scb.h.

Referenced by line::pfqn::pfqn_scb(), and line::ba::solver_ba_analyzer().


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