![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The converged isolated-cache inputs, kept for per-item occupancy reporting. More...
#include <line/api/da/da_cacheqn.h>
Public Attributes | |
| std::vector< Matrix< T > > | gamma |
| per cache: (n x h) | |
| std::vector< std::vector< int > > | itemcap |
| per cache | |
| std::vector< std::vector< Matrix< T > > > | lambda_cache |
| per cache: (u) of n x (h+1) | |
| std::vector< std::vector< std::vector< Matrix< T > > > > | Rcost |
| std::vector< lang::ReplacementStrategy > | strat |
The converged isolated-cache inputs, kept for per-item occupancy reporting.
Definition at line 49 of file da_cacheqn.h.
| std::vector<Matrix<T> > line::da::CacheqnInfo< T >::gamma |
per cache: (n x h)
Definition at line 50 of file da_cacheqn.h.
Referenced by line::da::da_cacheqn_itemprob().
| std::vector<std::vector<int> > line::da::CacheqnInfo< T >::itemcap |
per cache
Definition at line 51 of file da_cacheqn.h.
Referenced by line::da::da_cacheqn_itemprob().
| std::vector<std::vector<Matrix<T> > > line::da::CacheqnInfo< T >::lambda_cache |
per cache: (u) of n x (h+1)
Definition at line 52 of file da_cacheqn.h.
Referenced by line::da::da_cacheqn_itemprob().
| std::vector<std::vector<std::vector<Matrix<T> > > > line::da::CacheqnInfo< T >::Rcost |
Definition at line 53 of file da_cacheqn.h.
Referenced by line::da::da_cacheqn_itemprob().
| std::vector<lang::ReplacementStrategy> line::da::CacheqnInfo< T >::strat |
Definition at line 54 of file da_cacheqn.h.
Referenced by line::da::da_cacheqn_itemprob().