![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Return value of pfqn_bk, mirroring [G, lG, X, U, A, B]. More...
#include <line/api/pfqn/pfqn_bk.h>
Public Attributes | |
| T | G |
| T | lG |
| std::vector< T > | X |
| the saddle point coordinates | |
| Matrix< T > | U |
| (M x R) utilizations | |
| std::vector< std::size_t > | A |
| chains whose dedicated station is not saturated | |
| std::vector< std::size_t > | B |
| chains whose dedicated station is a bottleneck | |
Return value of pfqn_bk, mirroring [G, lG, X, U, A, B].
| std::vector<std::size_t> line::pfqn::BkResult< T >::A |
chains whose dedicated station is not saturated
Definition at line 60 of file pfqn_bk.h.
Referenced by line::pfqn::pfqn_bk().
| std::vector<std::size_t> line::pfqn::BkResult< T >::B |
chains whose dedicated station is a bottleneck
Definition at line 61 of file pfqn_bk.h.
Referenced by line::pfqn::pfqn_bk().
| T line::pfqn::BkResult< T >::G |
Definition at line 56 of file pfqn_bk.h.
Referenced by line::pfqn::pfqn_bk(), and line::pfqn::pfqn_bkue().
| T line::pfqn::BkResult< T >::lG |
Definition at line 57 of file pfqn_bk.h.
Referenced by line::pfqn::pfqn_bk(), and line::pfqn::pfqn_bkue().
| Matrix<T> line::pfqn::BkResult< T >::U |
| std::vector<T> line::pfqn::BkResult< T >::X |
the saddle point coordinates
Definition at line 58 of file pfqn_bk.h.
Referenced by line::pfqn::pfqn_bk(), line::pfqn::pfqn_bklc(), and line::tr::transform_solve_lc().