![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What a limit solve reports. More...
#include <line/solvers/env/solver_env_limit.h>
Public Attributes | |
| Matrix< double > | QN |
| Environment-averaged metrics, (nstations x nclasses). | |
| Matrix< double > | UN |
| Matrix< double > | TN |
| std::string | method |
| The limit that ran: avg or dec. | |
| std::vector< Matrix< double > > | QStage |
| dec only: each stage's own steady state, before the probEnv blend. | |
| std::vector< Matrix< double > > | UStage |
| std::vector< Matrix< double > > | TStage |
| std::vector< double > | prob_env |
| The stage probabilities the blend used. | |
What a limit solve reports.
Definition at line 68 of file solver_env_limit.h.
| std::string line::env::EnvLimitSolution::method |
The limit that ran: avg or dec.
Definition at line 72 of file solver_env_limit.h.
| std::vector<double> line::env::EnvLimitSolution::prob_env |
The stage probabilities the blend used.
Definition at line 76 of file solver_env_limit.h.
| Matrix<double> line::env::EnvLimitSolution::QN |
Environment-averaged metrics, (nstations x nclasses).
Definition at line 70 of file solver_env_limit.h.
| std::vector<Matrix<double> > line::env::EnvLimitSolution::QStage |
dec only: each stage's own steady state, before the probEnv blend.
Definition at line 74 of file solver_env_limit.h.
| Matrix<double> line::env::EnvLimitSolution::TN |
Definition at line 70 of file solver_env_limit.h.
| std::vector<Matrix<double> > line::env::EnvLimitSolution::TStage |
Definition at line 74 of file solver_env_limit.h.
| Matrix<double> line::env::EnvLimitSolution::UN |
Definition at line 70 of file solver_env_limit.h.
| std::vector<Matrix<double> > line::env::EnvLimitSolution::UStage |
Definition at line 74 of file solver_env_limit.h.