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

The drift of an M/G/1-type sequence, and the invariant vector it uses. More...

#include <line/lib/smc/mg1.h>

Collaboration diagram for line::smc::Drift:

Public Attributes

double value = 0.0
std::vector< double > theta
 stat(A0 + A1 + ... + Amax)

Detailed Description

The drift of an M/G/1-type sequence, and the invariant vector it uses.

Definition at line 244 of file mg1.h.

Member Data Documentation

◆ theta

std::vector<double> line::smc::Drift::theta

stat(A0 + A1 + ... + Amax)

Definition at line 246 of file mg1.h.

Referenced by line::smc::gim1_r(), line::smc::mg1_drift(), and line::smc::mg1_eg().

◆ value

double line::smc::Drift::value = 0.0

The documentation for this struct was generated from the following file:
  • include/line/lib/smc/mg1.h