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

The converged isolated-cache inputs, kept for per-item occupancy reporting. More...

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

Collaboration diagram for line::da::CacheqnInfo< T >:

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::ReplacementStrategystrat

Detailed Description

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

The converged isolated-cache inputs, kept for per-item occupancy reporting.

Definition at line 49 of file da_cacheqn.h.

Member Data Documentation

◆ gamma

template<class T>
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().

◆ itemcap

template<class T>
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().

◆ lambda_cache

template<class T>
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().

◆ Rcost

template<class T>
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().

◆ strat

template<class T>
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().


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