![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
#include <line/solvers/env/solver_env_meanfield.h>
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. | |
Definition at line 592 of file solver_env_meanfield.h.
| 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().
| 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().
| 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().
| EnvCompression<T> line::env::EnvMeanfieldSolution< T >::compression |
Definition at line 594 of file solver_env_meanfield.h.
Referenced by line::env::solver_env_meanfield().