![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Options of the product-form derivation. More...
#include <line/api/spn/spn_pf.h>
Public Attributes | |
| std::vector< double > | bound |
| Per-place-level token bound, passed to spn_mdd; empty infers it. | |
| double | tol = 1e-9 |
| Relative tolerance of the rate-law and complex-balance checks. | |
| bool | verbose = false |
| std::vector<double> line::spn::SpnPfOptions::bound |
| double line::spn::SpnPfOptions::tol = 1e-9 |
Relative tolerance of the rate-law and complex-balance checks.
Definition at line 115 of file spn_pf.h.
Referenced by line::nc::solver_nc_spn_analyzer().