![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Per-station occupancy bounds, and which of them bind. More...
#include <line/api/sn/sn_to_qrf_blocking.h>
Public Attributes | |
| std::vector< int > | F |
| (M) occupancy bound of each station, in jobs | |
| std::vector< bool > | binding |
| (M) true where the buffer can refuse a job | |
| std::string | msg |
| empty on success | |
Per-station occupancy bounds, and which of them bind.
Definition at line 95 of file sn_to_qrf_blocking.h.
| std::vector<bool> line::sn::QrfCapacity::binding |
(M) true where the buffer can refuse a job
Definition at line 97 of file sn_to_qrf_blocking.h.
Referenced by line::sn::sn_to_qrf_blocking(), and line::sn::sn_to_qrf_capacity().
| std::vector<int> line::sn::QrfCapacity::F |
(M) occupancy bound of each station, in jobs
Definition at line 96 of file sn_to_qrf_blocking.h.
Referenced by line::sn::sn_to_qrf_blocking(), and line::sn::sn_to_qrf_capacity().
| std::string line::sn::QrfCapacity::msg |
empty on success
Definition at line 98 of file sn_to_qrf_blocking.h.
Referenced by line::sn::sn_to_qrf_blocking(), and line::sn::sn_to_qrf_capacity().