![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Variable layout: UN, then QN, then B, in the reference's declaration order. More...
#include <line/api/mapqn/mapqn_bnd_lr_mva.h>
Public Member Functions | |
| LrMvaIndex () | |
| LrMvaIndex (int m, int k) | |
| std::size_t | UN (int i, int k) const |
| std::size_t | QN (int i, int k) const |
| std::size_t | B (int j, int k, int i) const |
| std::size_t | num_vars () const |
Public Attributes | |
| int | M = 0 |
| int | K = 0 |
| std::size_t | off_UN = 0 |
| std::size_t | off_QN = 0 |
| std::size_t | off_B = 0 |
| std::size_t | total = 0 |
Variable layout: UN, then QN, then B, in the reference's declaration order.
Definition at line 119 of file mapqn_bnd_lr_mva.h.
|
inline |
Definition at line 123 of file mapqn_bnd_lr_mva.h.
|
inline |
|
inline |
Definition at line 139 of file mapqn_bnd_lr_mva.h.
|
inline |
Definition at line 146 of file mapqn_bnd_lr_mva.h.
References total.
Referenced by line::mapqn::mapqn_bnd_lr_mva().
|
inline |
Definition at line 135 of file mapqn_bnd_lr_mva.h.
Referenced by line::mapqn::mapqn_bnd_lr_mva().
|
inline |
Definition at line 131 of file mapqn_bnd_lr_mva.h.
Referenced by line::mapqn::mapqn_bnd_lr_mva().
| int line::mapqn::LrMvaIndex::K = 0 |
Definition at line 120 of file mapqn_bnd_lr_mva.h.
Referenced by B(), LrMvaIndex(), QN(), and UN().
| int line::mapqn::LrMvaIndex::M = 0 |
Definition at line 120 of file mapqn_bnd_lr_mva.h.
Referenced by B(), and LrMvaIndex().
| std::size_t line::mapqn::LrMvaIndex::off_B = 0 |
Definition at line 121 of file mapqn_bnd_lr_mva.h.
Referenced by B(), and LrMvaIndex().
| std::size_t line::mapqn::LrMvaIndex::off_QN = 0 |
Definition at line 121 of file mapqn_bnd_lr_mva.h.
Referenced by LrMvaIndex(), and QN().
| std::size_t line::mapqn::LrMvaIndex::off_UN = 0 |
Definition at line 121 of file mapqn_bnd_lr_mva.h.
Referenced by LrMvaIndex(), and UN().
| std::size_t line::mapqn::LrMvaIndex::total = 0 |
Definition at line 121 of file mapqn_bnd_lr_mva.h.
Referenced by LrMvaIndex(), and num_vars().