![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The conditional waiting time equation has no solution at some population. More...
#include <line/api/pfqn/pfqn_sjn.h>
Public Member Functions | |
| SjnStarvationError (const std::string &what) | |
| Public Member Functions inherited from line::NumericError | |
| NumericError (const std::string &what) | |
| Public Member Functions inherited from line::Error | |
| Error (const std::string &what) | |
The conditional waiting time equation has no solution at some population.
Raised by pfqn_mvasjn only: the cap rescales the profile that the next population step reads back, so the correction compounds along the lattice and the recursion oscillates. pfqn_amvasjn solves the same profile by a fixed point and does cap, the iteration being self-consistent.
Definition at line 115 of file pfqn_sjn.h.
|
inlineexplicit |
Definition at line 117 of file pfqn_sjn.h.
References line::NumericError::NumericError().
Referenced by line::pfqn::pfqn_mvasjn().