![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The environment solver. More...
#include <line/solvers/env/solver_env.h>
Public Member Functions | |
| SolverEnv (Environment< T > &e, const EnvOptions &o) | |
| EnvSolution | solve () |
The environment solver.
envObj must already carry a model per stage; init() is called here, as SolverENV.init does.
Definition at line 219 of file solver_env.h.
|
inline |
Definition at line 221 of file solver_env.h.
|
inline |
Definition at line 223 of file solver_env.h.
References line::env::EnvSolution::converged, line::env::EnvSolution::iterations, line::env::EnvSolution::QN, line::env::EnvSolution::TN, and line::env::EnvSolution::UN.
Referenced by line::env::solver_env_meanfield(), and line::env::solver_env_meanfield().