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

Return value of cache_rrm_meanfield. More...

#include <line/api/cache/cache_rrm_meanfield.h>

Collaboration diagram for line::cache::CacheRrmMeanfieldResult< T >:

Public Attributes

std::vector< T > x
 (n*(h+1)) terminal occupancy, x[k + s*n] = x(item k, level s)
missrate
 lambda . x(:,0)
missratio
 missrate / sum(lambda)

Detailed Description

template<class T>
struct line::cache::CacheRrmMeanfieldResult< T >

Return value of cache_rrm_meanfield.

Definition at line 50 of file cache_rrm_meanfield.h.

Member Data Documentation

◆ missrate

template<class T>
T line::cache::CacheRrmMeanfieldResult< T >::missrate

lambda . x(:,0)

Definition at line 52 of file cache_rrm_meanfield.h.

Referenced by line::cache::cache_rrm_meanfield().

◆ missratio

template<class T>
T line::cache::CacheRrmMeanfieldResult< T >::missratio

missrate / sum(lambda)

Definition at line 53 of file cache_rrm_meanfield.h.

Referenced by line::cache::cache_rrm_meanfield().

◆ x

template<class T>
std::vector<T> line::cache::CacheRrmMeanfieldResult< T >::x

(n*(h+1)) terminal occupancy, x[k + s*n] = x(item k, level s)

Definition at line 51 of file cache_rrm_meanfield.h.

Referenced by line::cache::cache_rrm_meanfield().


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