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

The (Q, R) pair of an MMDP. More...

#include <line/api/mmdp/mmdp.h>

Public Attributes

Matrix< T > Q
Matrix< T > R

Detailed Description

template<class T>
struct line::mmdp::MmdpPair< T >

The (Q, R) pair of an MMDP.

Definition at line 130 of file mmdp.h.

Member Data Documentation

◆ Q

template<class T>
Matrix<T> line::mmdp::MmdpPair< T >::Q

Definition at line 131 of file mmdp.h.

Referenced by line::mmdp::mmdp2(), and line::mmdp::mmdp_from_map().

◆ R

template<class T>
Matrix<T> line::mmdp::MmdpPair< T >::R

Definition at line 131 of file mmdp.h.

Referenced by line::mmdp::mmdp2(), and line::mmdp::mmdp_from_map().


The documentation for this struct was generated from the following file:
  • include/line/api/mmdp/mmdp.h