![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
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) | |
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.
| line::Matrix<T> line::solvers::NodeMetrics< T >::AN |
Definition at line 121 of file solver_node_tables.h.
Referenced by line::solvers::node_metrics().
| line::Matrix<T> line::solvers::NodeMetrics< T >::QN |
Definition at line 121 of file solver_node_tables.h.
Referenced by line::solvers::node_metrics().
| line::Matrix<T> line::solvers::NodeMetrics< T >::RN |
Definition at line 121 of file solver_node_tables.h.
Referenced by line::solvers::node_metrics().
| 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().
| line::Matrix<T> line::solvers::NodeMetrics< T >::UN |
Definition at line 121 of file solver_node_tables.h.
Referenced by line::solvers::node_metrics().
| line::Matrix<T> line::solvers::NodeMetrics< T >::WN |
Definition at line 121 of file solver_node_tables.h.
Referenced by line::solvers::node_metrics().