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

The station table scattered to the NODE index space, plus the two flow columns the reference recomputes there. More...

#include <line/solvers/solver_node_tables.h>

Public Attributes

line::Matrix< T > QN
line::Matrix< T > UN
line::Matrix< T > RN
line::Matrix< T > WN
line::Matrix< T > AN
line::Matrix< T > TN
 (nnodes x nclasses)

Detailed Description

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

The station table scattered to the NODE index space, plus the two flow columns the reference recomputes there.

Factored out of -a node because -a nodechain aggregates exactly these six matrices by chain: recomputing them in the second arm would be a second definition of the same scatter, free to disagree with the first.

Definition at line 120 of file solver_node_tables.h.

Member Data Documentation

◆ AN

template<class T>
line::Matrix<T> line::solvers::NodeMetrics< T >::AN

Definition at line 121 of file solver_node_tables.h.

Referenced by line::solvers::node_metrics().

◆ QN

template<class T>
line::Matrix<T> line::solvers::NodeMetrics< T >::QN

Definition at line 121 of file solver_node_tables.h.

Referenced by line::solvers::node_metrics().

◆ RN

template<class T>
line::Matrix<T> line::solvers::NodeMetrics< T >::RN

Definition at line 121 of file solver_node_tables.h.

Referenced by line::solvers::node_metrics().

◆ TN

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

(nnodes x nclasses)

Definition at line 121 of file solver_node_tables.h.

Referenced by line::solvers::node_metrics().

◆ UN

template<class T>
line::Matrix<T> line::solvers::NodeMetrics< T >::UN

Definition at line 121 of file solver_node_tables.h.

Referenced by line::solvers::node_metrics().

◆ WN

template<class T>
line::Matrix<T> line::solvers::NodeMetrics< T >::WN

Definition at line 121 of file solver_node_tables.h.

Referenced by line::solvers::node_metrics().


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