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

Return value of pfqn_ldbcmp, mirroring [Xlo, Rhi, Qhat]. More...

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

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

Public Attributes

Xlo
Rhi
Qhat
bool applicable
 false where MATLAB returns NaN (N < Qhat, or rho >= 1)

Detailed Description

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

Return value of pfqn_ldbcmp, mirroring [Xlo, Rhi, Qhat].

Definition at line 48 of file pfqn_ldbcmp.h.

Member Data Documentation

◆ applicable

template<class T>
bool line::pfqn::LdBcmpBound< T >::applicable

false where MATLAB returns NaN (N < Qhat, or rho >= 1)

Definition at line 52 of file pfqn_ldbcmp.h.

Referenced by line::ba::method_degenerate(), line::pfqn::pfqn_ldbcmp(), and line::ba::solver_ba_analyzer().

◆ Qhat

template<class T>
T line::pfqn::LdBcmpBound< T >::Qhat

Definition at line 51 of file pfqn_ldbcmp.h.

Referenced by line::ba::method_degenerate(), and line::pfqn::pfqn_ldbcmp().

◆ Rhi

template<class T>
T line::pfqn::LdBcmpBound< T >::Rhi

Definition at line 50 of file pfqn_ldbcmp.h.

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

◆ Xlo

template<class T>
T line::pfqn::LdBcmpBound< T >::Xlo

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