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

The environment one station sees: the background chain lumped onto its occupancy. More...

#include <line/solvers/mam/solver_mam_bgchain.h>

Collaboration diagram for line::mam::BgchainEnv< T >:

Public Attributes

Matrix< T > A
std::vector< T > phi
std::vector< int > esup
 ascending

Detailed Description

template<class T>
struct line::mam::BgchainEnv< T >

The environment one station sees: the background chain lumped onto its occupancy.

Definition at line 495 of file solver_mam_bgchain.h.

Member Data Documentation

◆ A

template<class T>
Matrix<T> line::mam::BgchainEnv< T >::A

Definition at line 496 of file solver_mam_bgchain.h.

◆ esup

template<class T>
std::vector<int> line::mam::BgchainEnv< T >::esup

ascending

Definition at line 498 of file solver_mam_bgchain.h.

◆ phi

template<class T>
std::vector<T> line::mam::BgchainEnv< T >::phi

Definition at line 497 of file solver_mam_bgchain.h.


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