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

Return value of pfqn_panacea, mirroring [Gn, lGn]. More...

#include <line/api/pfqn/pfqn_panacea.h>

Collaboration diagram for line::pfqn::PanaceaResult< T >:

Public Attributes

G
lG
bool normalUsage
 false where MATLAB returns NaN (min alpha < 0)

Detailed Description

template<class T>
struct line::pfqn::PanaceaResult< T >

Return value of pfqn_panacea, mirroring [Gn, lGn].

Definition at line 50 of file pfqn_panacea.h.

Member Data Documentation

◆ G

template<class T>
T line::pfqn::PanaceaResult< T >::G

Definition at line 51 of file pfqn_panacea.h.

Referenced by line::pfqn::pfqn_panacea().

◆ lG

template<class T>
T line::pfqn::PanaceaResult< T >::lG

Definition at line 52 of file pfqn_panacea.h.

Referenced by line::pfqn::pfqn_nc(), and line::pfqn::pfqn_panacea().

◆ normalUsage

template<class T>
bool line::pfqn::PanaceaResult< T >::normalUsage

false where MATLAB returns NaN (min alpha < 0)

Definition at line 53 of file pfqn_panacea.h.

Referenced by line::pfqn::pfqn_nc(), and line::pfqn::pfqn_panacea().


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