LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::solvers::ChainResult< T > Struct Template Reference

The station- or node-level table aggregated by chain. More...

#include <line/solvers/solver_chain_tables.h>

Public Attributes

Matrix< T > QN
Matrix< T > UN
Matrix< T > RN
Matrix< T > WN
Matrix< T > AN
Matrix< T > TN
 (rows x nchains), rows = stations or nodes

Detailed Description

template<class T>
struct line::solvers::ChainResult< T >

The station- or node-level table aggregated by chain.

Definition at line 238 of file solver_chain_tables.h.

Member Data Documentation

◆ AN

◆ QN

◆ RN

◆ TN

template<class T>
Matrix<T> line::solvers::ChainResult< T >::TN

(rows x nchains), rows = stations or nodes

Definition at line 239 of file solver_chain_tables.h.

Referenced by line::solvers::solver_get_avg_chain(), and line::solvers::solver_get_avg_node_chain().

◆ UN

◆ WN


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