LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::npfqn::FeedbackElimResult< T > Struct Template Reference

Outcome of the feedback elimination. More...

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

Public Attributes

std::vector< T > feedbackProb
 p-hat per station
std::vector< T > visitInflation
 1/(1-p), the mean visits per customer
std::vector< T > modifiedScv
 p + (1-p)cs^2, empty when no SCV was given
std::vector< T > modifiedRates
 lambda(1-p), empty when no rate was given
Matrix< T > modifiedRouting
 the immediate-feedback reduction of P
bool reductionExact = false
 whether that reduction describes this network

Detailed Description

template<class T>
struct line::npfqn::FeedbackElimResult< T >

Outcome of the feedback elimination.

Definition at line 58 of file npfqn_feedback_elim.h.

Member Data Documentation

◆ feedbackProb

template<class T>
std::vector<T> line::npfqn::FeedbackElimResult< T >::feedbackProb

p-hat per station

Definition at line 59 of file npfqn_feedback_elim.h.

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

◆ modifiedRates

template<class T>
std::vector<T> line::npfqn::FeedbackElimResult< T >::modifiedRates

lambda(1-p), empty when no rate was given

Definition at line 62 of file npfqn_feedback_elim.h.

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

◆ modifiedRouting

template<class T>
Matrix<T> line::npfqn::FeedbackElimResult< T >::modifiedRouting

the immediate-feedback reduction of P

Definition at line 63 of file npfqn_feedback_elim.h.

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

◆ modifiedScv

template<class T>
std::vector<T> line::npfqn::FeedbackElimResult< T >::modifiedScv

p + (1-p)cs^2, empty when no SCV was given

Definition at line 61 of file npfqn_feedback_elim.h.

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

◆ reductionExact

template<class T>
bool line::npfqn::FeedbackElimResult< T >::reductionExact = false

whether that reduction describes this network

Definition at line 64 of file npfqn_feedback_elim.h.

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

◆ visitInflation

template<class T>
std::vector<T> line::npfqn::FeedbackElimResult< T >::visitInflation

1/(1-p), the mean visits per customer

Definition at line 60 of file npfqn_feedback_elim.h.

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


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