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

Toggle for the two correction terms, mirroring MATLAB's corrections. More...

#include <line/api/npfqn/npfqn_traffic_idc.h>

Public Attributes

bool alpha = true
 splitting correction alpha_{i,j}, eq. (34)
bool beta = true
 superposition correction beta_i, eqs. (38)-(39)

Detailed Description

Toggle for the two correction terms, mirroring MATLAB's corrections.

Definition at line 61 of file npfqn_traffic_idc.h.

Member Data Documentation

◆ alpha

bool line::npfqn::TrafficIdcCorrections::alpha = true

splitting correction alpha_{i,j}, eq. (34)

Definition at line 62 of file npfqn_traffic_idc.h.

Referenced by line::npfqn::npfqn_traffic_idc().

◆ beta

bool line::npfqn::TrafficIdcCorrections::beta = true

superposition correction beta_i, eqs. (38)-(39)

Definition at line 63 of file npfqn_traffic_idc.h.

Referenced by line::npfqn::npfqn_traffic_idc().


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