LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::pfqn::SjnStarvationError Class Reference

The conditional waiting time equation has no solution at some population. More...

#include <line/api/pfqn/pfqn_sjn.h>

Inheritance diagram for line::pfqn::SjnStarvationError:
Collaboration diagram for line::pfqn::SjnStarvationError:

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)

Detailed Description

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.

Constructor & Destructor Documentation

◆ SjnStarvationError()

line::pfqn::SjnStarvationError::SjnStarvationError ( const std::string & what)
inlineexplicit

Definition at line 117 of file pfqn_sjn.h.

References line::NumericError::NumericError().

Referenced by line::pfqn::pfqn_mvasjn().


The documentation for this class was generated from the following file: