![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Return value of pfqn_ldbcmp, mirroring [Xlo, Rhi, Qhat]. More...
#include <line/api/pfqn/pfqn_ldbcmp.h>
Public Attributes | |
| T | Xlo |
| T | Rhi |
| T | Qhat |
| bool | applicable |
| false where MATLAB returns NaN (N < Qhat, or rho >= 1) | |
Return value of pfqn_ldbcmp, mirroring [Xlo, Rhi, Qhat].
Definition at line 48 of file pfqn_ldbcmp.h.
| 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().
| 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().
| T line::pfqn::LdBcmpBound< T >::Rhi |
Definition at line 50 of file pfqn_ldbcmp.h.
Referenced by line::pfqn::pfqn_ldbcmp().
| T line::pfqn::LdBcmpBound< T >::Xlo |
Definition at line 49 of file pfqn_ldbcmp.h.
Referenced by line::ba::method_degenerate(), line::pfqn::pfqn_ldbcmp(), and line::ba::solver_ba_analyzer().