LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::env::EnvLimitSolution Struct Reference

What a limit solve reports. More...

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

Collaboration diagram for line::env::EnvLimitSolution:

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.

Detailed Description

What a limit solve reports.

Definition at line 68 of file solver_env_limit.h.

Member Data Documentation

◆ method

std::string line::env::EnvLimitSolution::method

The limit that ran: avg or dec.

Definition at line 72 of file solver_env_limit.h.

◆ prob_env

std::vector<double> line::env::EnvLimitSolution::prob_env

The stage probabilities the blend used.

Definition at line 76 of file solver_env_limit.h.

◆ QN

Matrix<double> line::env::EnvLimitSolution::QN

Environment-averaged metrics, (nstations x nclasses).

Definition at line 70 of file solver_env_limit.h.

◆ QStage

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.

◆ TN

Matrix<double> line::env::EnvLimitSolution::TN

Definition at line 70 of file solver_env_limit.h.

◆ TStage

std::vector<Matrix<double> > line::env::EnvLimitSolution::TStage

Definition at line 74 of file solver_env_limit.h.

◆ UN

Matrix<double> line::env::EnvLimitSolution::UN

Definition at line 70 of file solver_env_limit.h.

◆ UStage

std::vector<Matrix<double> > line::env::EnvLimitSolution::UStage

Definition at line 74 of file solver_env_limit.h.


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