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

#include <line/solvers/env/solver_env_meanfield.h>

Collaboration diagram for line::env::EnvMeanfieldSolution< T >:

Public Attributes

EnvSolution avg
 what SolverEnv reported
EnvCompression< T > compression
bool compressed = false
 false when the solve ran on the original stages
CacheBlendResult< T > cache
 aggregateCacheMeanfield_: environment-blended hit and miss probabilities per Cache node.

Detailed Description

template<class T>
struct line::env::EnvMeanfieldSolution< T >

Definition at line 592 of file solver_env_meanfield.h.

Member Data Documentation

◆ avg

template<class T>
EnvSolution line::env::EnvMeanfieldSolution< T >::avg

what SolverEnv reported

Definition at line 593 of file solver_env_meanfield.h.

Referenced by line::env::solver_env_meanfield(), and line::env::solver_env_meanfield().

◆ cache

template<class T>
CacheBlendResult<T> line::env::EnvMeanfieldSolution< T >::cache

aggregateCacheMeanfield_: environment-blended hit and miss probabilities per Cache node.

Empty when the model holds no Cache. The reference writes these onto the stage-one node objects with setResultHitProb; this port has no model-object layer at this level, so they ride in the result.

Definition at line 602 of file solver_env_meanfield.h.

Referenced by line::env::solver_env_meanfield(), and line::env::solver_env_meanfield().

◆ compressed

template<class T>
bool line::env::EnvMeanfieldSolution< T >::compressed = false

false when the solve ran on the original stages

Definition at line 595 of file solver_env_meanfield.h.

Referenced by line::env::solver_env_meanfield().

◆ compression

template<class T>
EnvCompression<T> line::env::EnvMeanfieldSolution< T >::compression

Definition at line 594 of file solver_env_meanfield.h.

Referenced by line::env::solver_env_meanfield().


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