![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Return value of pfqn_pbh, mirroring [Xlo, Xhi, Qlo, Qhi]. More...
#include <line/api/pfqn/pfqn_pbh.h>
Public Attributes | |
| T | Xlo |
| T | Xhi |
| std::vector< T > | Qlo |
| std::vector< T > | Qhi |
Return value of pfqn_pbh, mirroring [Xlo, Xhi, Qlo, Qhi].
Definition at line 43 of file pfqn_pbh.h.
| std::vector<T> line::pfqn::PbhBounds< T >::Qhi |
Definition at line 47 of file pfqn_pbh.h.
Referenced by line::pfqn::pfqn_pbh().
| std::vector<T> line::pfqn::PbhBounds< T >::Qlo |
Definition at line 46 of file pfqn_pbh.h.
Referenced by line::pfqn::pfqn_pbh().
| T line::pfqn::PbhBounds< T >::Xhi |
Definition at line 45 of file pfqn_pbh.h.
Referenced by line::pfqn::pfqn_pbh(), and line::ba::solver_ba_analyzer().
| T line::pfqn::PbhBounds< T >::Xlo |
Definition at line 44 of file pfqn_pbh.h.
Referenced by line::pfqn::pfqn_pbh(), and line::ba::solver_ba_analyzer().