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

Everything the HST certificate reports about one station. More...

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

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

Public Attributes

std::size_t station
 0-based index of the station analysed
X
 product-form throughput
U
 utilization of that station
Q
 mean queue length there
std::vector< T > Pgeq
 P(n_i >= k), k = 0..N.
std::vector< T > p
 P(n_i = k), k = 0..N.
std::vector< T > c
 sensitivity coefficients c_k, k = 1..N (eq. 3.11)
total
 sum_k |c_k|, the unconstrained certificate per unit d
worst
 the (P1) optimum per unit d
std::vector< T > astar
 the worst-case deviation profile a_k / d, k = 1..N

Detailed Description

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

Everything the HST certificate reports about one station.

Definition at line 63 of file pfqn_hst.h.

Member Data Documentation

◆ astar

template<class T>
std::vector<T> line::pfqn::HstResult< T >::astar

the worst-case deviation profile a_k / d, k = 1..N

Definition at line 73 of file pfqn_hst.h.

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

◆ c

template<class T>
std::vector<T> line::pfqn::HstResult< T >::c

sensitivity coefficients c_k, k = 1..N (eq. 3.11)

Definition at line 70 of file pfqn_hst.h.

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

◆ p

template<class T>
std::vector<T> line::pfqn::HstResult< T >::p

P(n_i = k), k = 0..N.

Definition at line 69 of file pfqn_hst.h.

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

◆ Pgeq

template<class T>
std::vector<T> line::pfqn::HstResult< T >::Pgeq

P(n_i >= k), k = 0..N.

Definition at line 68 of file pfqn_hst.h.

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

◆ Q

template<class T>
T line::pfqn::HstResult< T >::Q

mean queue length there

Definition at line 67 of file pfqn_hst.h.

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

◆ station

template<class T>
std::size_t line::pfqn::HstResult< T >::station

0-based index of the station analysed

Definition at line 64 of file pfqn_hst.h.

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

◆ total

template<class T>
T line::pfqn::HstResult< T >::total

sum_k |c_k|, the unconstrained certificate per unit d

Definition at line 71 of file pfqn_hst.h.

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

◆ U

template<class T>
T line::pfqn::HstResult< T >::U

utilization of that station

Definition at line 66 of file pfqn_hst.h.

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

◆ worst

template<class T>
T line::pfqn::HstResult< T >::worst

the (P1) optimum per unit d

Definition at line 72 of file pfqn_hst.h.

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

◆ X

template<class T>
T line::pfqn::HstResult< T >::X

product-form throughput

Definition at line 65 of file pfqn_hst.h.

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


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