![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The two constraint blocks: g(x) <= 0 and h(x) = 0. More...
#include <line/api/mapqn/mapqn_qrf_noblo.h>
Public Attributes | |
| std::vector< T > | ineq |
| std::vector< T > | eq |
The two constraint blocks: g(x) <= 0 and h(x) = 0.
Definition at line 165 of file mapqn_qrf_noblo.h.
| std::vector<T> line::mapqn::QrfConstraints< T >::eq |
Definition at line 167 of file mapqn_qrf_noblo.h.
Referenced by line::mapqn::sub_qrfcon_noblo().
| std::vector<T> line::mapqn::QrfConstraints< T >::ineq |
Definition at line 166 of file mapqn_qrf_noblo.h.
Referenced by line::mapqn::sub_qrfcon_noblo().