![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What pfqn_busyp returns: the durations and the two constant sequences. More...
#include <line/api/pfqn/pfqn_busyp.h>
Public Attributes | |
| std::vector< double > | b |
| mean duration per requested order | |
| std::vector< double > | lG |
| log normalizing constants of the subnetwork | |
| std::vector< double > | lH |
| log constants of the complement, empty when open | |
What pfqn_busyp returns: the durations and the two constant sequences.
Definition at line 165 of file pfqn_busyp.h.
| std::vector<double> line::pfqn::BusyPeriodResult::b |
mean duration per requested order
Definition at line 166 of file pfqn_busyp.h.
Referenced by line::pfqn::pfqn_busyp_multiclass(), and line::nc::solver_nc_busyp().
| std::vector<double> line::pfqn::BusyPeriodResult::lG |
log normalizing constants of the subnetwork
Definition at line 167 of file pfqn_busyp.h.
| std::vector<double> line::pfqn::BusyPeriodResult::lH |
log constants of the complement, empty when open
Definition at line 168 of file pfqn_busyp.h.