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

What pfqn_busyp returns: the durations and the two constant sequences. More...

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

Collaboration diagram for line::pfqn::BusyPeriodResult:

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

Detailed Description

What pfqn_busyp returns: the durations and the two constant sequences.

Definition at line 165 of file pfqn_busyp.h.

Member Data Documentation

◆ b

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().

◆ lG

std::vector<double> line::pfqn::BusyPeriodResult::lG

log normalizing constants of the subnetwork

Definition at line 167 of file pfqn_busyp.h.

◆ lH

std::vector<double> line::pfqn::BusyPeriodResult::lH

log constants of the complement, empty when open

Definition at line 168 of file pfqn_busyp.h.


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