![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Controls of pfqn_manjunath. More...
#include <line/api/pfqn/pfqn_manjunath.h>
Public Attributes | |
| std::size_t | max_live_states = static_cast<std::size_t>(1) << 26 |
| Cap on the number of series coefficients held at once. | |
| bool | stats = false |
| Also return the per-class decomposition. | |
Controls of pfqn_manjunath.
The reference has none; the fields are port-local.
Definition at line 99 of file pfqn_manjunath.h.
| std::size_t line::pfqn::PfqnManjunathOptions::max_live_states = static_cast<std::size_t>(1) << 26 |
Cap on the number of series coefficients held at once.
The default is 2^26 coefficients, half a gigabyte at double. Raise it deliberately.
Definition at line 104 of file pfqn_manjunath.h.
| bool line::pfqn::PfqnManjunathOptions::stats = false |
Also return the per-class decomposition.
Requires the ONE configuration in which the truncated product form is the EXACT stationary law: a single queueing station inside the region and a SINGLE DELAY STATION OUTSIDE IT. Anything else is refused by name rather than answered wrongly.
Definition at line 111 of file pfqn_manjunath.h.