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

One response-time CDF curve: F the CDF value, t the time it is reached. More...

#include <line/solvers/avg_table.h>

Collaboration diagram for line::CdfCurve:

Public Attributes

std::vector< double > F
std::vector< double > t

Detailed Description

One response-time CDF curve: F the CDF value, t the time it is reached.

Definition at line 67 of file avg_table.h.

Member Data Documentation

◆ F

std::vector<double> line::CdfCurve::F

Definition at line 68 of file avg_table.h.

◆ t

std::vector<double> line::CdfCurve::t

Definition at line 68 of file avg_table.h.


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