![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
#include <line/api/npfqn/npfqn_bnd_bpt.h>
Public Attributes | |
| T | zlb = T() |
| lower bound on sum_r c_r x_r | |
| std::vector< T > | x |
| the x block of the LP optimizer | |
| std::vector< T > | lambda |
| effective arrival rate of each class | |
| std::vector< T > | rho |
| per-class utilization lambda_r/mu_r | |
| std::vector< T > | rhoStation |
| per-station utilization | |
| std::size_t | nvars = 0 |
| std::size_t | nrows = 0 |
Definition at line 73 of file npfqn_bnd_bpt.h.
| std::vector<T> line::npfqn::BndBpt< T >::lambda |
effective arrival rate of each class
Definition at line 76 of file npfqn_bnd_bpt.h.
Referenced by line::npfqn::npfqn_bnd_bpt(), and line::ba::solver_ba_bpt().
| std::size_t line::npfqn::BndBpt< T >::nrows = 0 |
Definition at line 80 of file npfqn_bnd_bpt.h.
Referenced by line::npfqn::npfqn_bnd_bpt().
| std::size_t line::npfqn::BndBpt< T >::nvars = 0 |
Definition at line 79 of file npfqn_bnd_bpt.h.
Referenced by line::npfqn::npfqn_bnd_bpt().
| std::vector<T> line::npfqn::BndBpt< T >::rho |
per-class utilization lambda_r/mu_r
Definition at line 77 of file npfqn_bnd_bpt.h.
Referenced by line::npfqn::npfqn_bnd_bpt(), and line::ba::solver_ba_bpt().
| std::vector<T> line::npfqn::BndBpt< T >::rhoStation |
per-station utilization
Definition at line 78 of file npfqn_bnd_bpt.h.
Referenced by line::npfqn::npfqn_bnd_bpt().
| std::vector<T> line::npfqn::BndBpt< T >::x |
the x block of the LP optimizer
Definition at line 75 of file npfqn_bnd_bpt.h.
Referenced by line::npfqn::npfqn_bnd_bpt().
| T line::npfqn::BndBpt< T >::zlb = T() |
lower bound on sum_r c_r x_r
Definition at line 74 of file npfqn_bnd_bpt.h.
Referenced by line::npfqn::npfqn_bnd_bpt(), and line::ba::solver_ba_bpt().