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

What fj_extract_params.m returns: one arrival and one service per class. More...

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

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

Public Attributes

std::vector< fj::FjDist< T > > arrival
std::vector< fj::FjDist< T > > service
std::size_t K = 0

Detailed Description

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

What fj_extract_params.m returns: one arrival and one service per class.

Definition at line 121 of file solver_mam_fj.h.

Member Data Documentation

◆ arrival

template<class T>
std::vector<fj::FjDist<T> > line::mam::MamFjParams< T >::arrival

Definition at line 122 of file solver_mam_fj.h.

Referenced by line::mam::mam_fj_extract_params(), and line::mam::solver_mam_fj().

◆ K

template<class T>
std::size_t line::mam::MamFjParams< T >::K = 0

Definition at line 124 of file solver_mam_fj.h.

Referenced by line::mam::mam_fj_extract_params().

◆ service

template<class T>
std::vector<fj::FjDist<T> > line::mam::MamFjParams< T >::service

Definition at line 123 of file solver_mam_fj.h.

Referenced by line::mam::mam_fj_extract_params(), and line::mam::solver_mam_fj().


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