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

Return value of pfqn_panaceald, mirroring [Gn, lGn] plus why it declined. More...

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

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

Public Attributes

G
lG
bool normalUsage
 false wherever the reference returns NaN
const char * reason
 which condition declined; nullptr when it applies

Detailed Description

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

Return value of pfqn_panaceald, mirroring [Gn, lGn] plus why it declined.

Definition at line 61 of file pfqn_panaceald.h.

Member Data Documentation

◆ G

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

Definition at line 62 of file pfqn_panaceald.h.

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

◆ lG

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

Definition at line 63 of file pfqn_panaceald.h.

Referenced by line::pfqn::pfqn_ncld(), and line::pfqn::pfqn_panaceald().

◆ normalUsage

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

false wherever the reference returns NaN

Definition at line 64 of file pfqn_panaceald.h.

Referenced by line::pfqn::pfqn_ncld(), and line::pfqn::pfqn_panaceald().

◆ reason

template<class T>
const char* line::pfqn::PanaceaLdResult< T >::reason

which condition declined; nullptr when it applies

Definition at line 65 of file pfqn_panaceald.h.

Referenced by line::pfqn::pfqn_ncld(), and line::pfqn::pfqn_panaceald().


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