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

One line of mainFJ's output cell: the percentiles of a K-node queue. More...

#include <line/api/fj/fj_codes.h>

Collaboration diagram for line::fj::FjCodesPercentiles:

Public Attributes

std::size_t K = 0
std::vector< double > percentiles
 in PERCENT, as the reference stores them
std::vector< double > RTp

Detailed Description

One line of mainFJ's output cell: the percentiles of a K-node queue.

Definition at line 138 of file fj_codes.h.

Member Data Documentation

◆ K

std::size_t line::fj::FjCodesPercentiles::K = 0

Definition at line 139 of file fj_codes.h.

◆ percentiles

std::vector<double> line::fj::FjCodesPercentiles::percentiles

in PERCENT, as the reference stores them

Definition at line 140 of file fj_codes.h.

◆ RTp

std::vector<double> line::fj::FjCodesPercentiles::RTp

Definition at line 141 of file fj_codes.h.


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