LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
env Directory Reference
Directory dependency graph for env:

Files

 
env_dispatch.h
 The SolverENV entry surface: a port of the analyzer selection that @@SolverENV/SolverENV.m's init performs (lines 311-327) and of the compression switch setCompression arms (line 160, applied at line 412).
 
solver_env.h
 SolverENV: a queueing network in a random environment.
 
solver_env_limit.h
 The two CLOSED-FORM environment limits: SolverENV.solveEnvLimit, reached by options.method in {avg, dec}.
 
solver_env_meanfield.h
 SolverENV, the default mean-field path: ENVIRONMENT COMPRESSION.
 
solver_env_statevec.h
 SolverENV, method = "statevec": a port of matlab/src/solvers/ENV/solver_env_statevec_analyzer.m.