![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
One differentiation parameter. More...
#include <line/api/pfqn/pfqn_sens.h>
Public Attributes | |
| char | type |
| 'L' for a demand, 'Z' for a think time | |
| int | station |
| 0-based station index, -1 for a 'Z' parameter | |
| std::size_t | cls |
| 0-based class index | |
One differentiation parameter.
Definition at line 57 of file pfqn_sens.h.
| std::size_t line::pfqn::SensParam::cls |
0-based class index
Definition at line 60 of file pfqn_sens.h.
| int line::pfqn::SensParam::station |
0-based station index, -1 for a 'Z' parameter
Definition at line 59 of file pfqn_sens.h.
| char line::pfqn::SensParam::type |
'L' for a demand, 'Z' for a think time
Definition at line 58 of file pfqn_sens.h.