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

What the delayed-hit decomposition returns. More...

#include <line/api/da/da_cacheqn_retrieval.h>

Public Attributes

mva::MvaSolution< T > res
std::vector< T > hitprob
 (K) P(item cached), read class only
std::vector< T > missprob
 (K)
std::vector< T > delayedprob
 (K) zero on this path; see the header
std::size_t iter = 0
qn::NetworkStruct< T > sn
 the mutated struct, cache relabelled

Detailed Description

template<class T>
struct line::da::CacheqnRetrievalResult< T >

What the delayed-hit decomposition returns.

Definition at line 73 of file da_cacheqn_retrieval.h.

Member Data Documentation

◆ delayedprob

template<class T>
std::vector<T> line::da::CacheqnRetrievalResult< T >::delayedprob

◆ hitprob

template<class T>
std::vector<T> line::da::CacheqnRetrievalResult< T >::hitprob

◆ iter

◆ missprob

◆ res

◆ sn

template<class T>
qn::NetworkStruct<T> line::da::CacheqnRetrievalResult< T >::sn

the mutated struct, cache relabelled

Definition at line 79 of file da_cacheqn_retrieval.h.

Referenced by line::da::da_cacheqn_retrieval().


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