![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
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 | |
What the delayed-hit decomposition returns.
Definition at line 73 of file da_cacheqn_retrieval.h.
| std::vector<T> line::da::CacheqnRetrievalResult< T >::delayedprob |
(K) zero on this path; see the header
Definition at line 77 of file da_cacheqn_retrieval.h.
Referenced by line::da::da_cacheqn_retrieval(), line::mva::solver_mva_cacheqn_retrieval_analyzer(), and line::nc::solver_nc_cacheqn_retrieval_analyzer().
| std::vector<T> line::da::CacheqnRetrievalResult< T >::hitprob |
(K) P(item cached), read class only
Definition at line 75 of file da_cacheqn_retrieval.h.
Referenced by line::da::da_cacheqn_retrieval(), line::mva::solver_mva_cacheqn_retrieval_analyzer(), and line::nc::solver_nc_cacheqn_retrieval_analyzer().
| std::size_t line::da::CacheqnRetrievalResult< T >::iter = 0 |
Definition at line 78 of file da_cacheqn_retrieval.h.
Referenced by line::da::da_cacheqn_retrieval(), line::mva::solver_mva_cacheqn_retrieval_analyzer(), and line::nc::solver_nc_cacheqn_retrieval_analyzer().
| std::vector<T> line::da::CacheqnRetrievalResult< T >::missprob |
(K)
Definition at line 76 of file da_cacheqn_retrieval.h.
Referenced by line::da::da_cacheqn_retrieval(), line::mva::solver_mva_cacheqn_retrieval_analyzer(), and line::nc::solver_nc_cacheqn_retrieval_analyzer().
| mva::MvaSolution<T> line::da::CacheqnRetrievalResult< T >::res |
Definition at line 74 of file da_cacheqn_retrieval.h.
Referenced by line::da::da_cacheqn_retrieval(), line::mva::solver_mva_cacheqn_retrieval_analyzer(), and line::nc::solver_nc_cacheqn_retrieval_analyzer().
| 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().