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

Result of lossn_manjunath. More...

#include <line/api/lossn/lossn_manjunath.h>

Public Attributes

std::vector< T > QLen
 mean carried load E[n_r] per route
std::vector< T > Loss
 blocking probability per route
double lG = 0.0
 log of the EXACT normalizing constant g(C)
std::size_t iterations = 1
 Always 1: the transform is direct, and the field exists for the shared analyzer contract that the iterative siblings fill in.
std::size_t peak_states = 0
 Peak number of live series coefficients, the realised cost.

Detailed Description

template<class T>
struct line::lossn::LossnManjunathResult< T >

Result of lossn_manjunath.

Definition at line 109 of file lossn_manjunath.h.

Member Data Documentation

◆ iterations

template<class T>
std::size_t line::lossn::LossnManjunathResult< T >::iterations = 1

Always 1: the transform is direct, and the field exists for the shared analyzer contract that the iterative siblings fill in.

Definition at line 115 of file lossn_manjunath.h.

Referenced by line::nc::solver_nc_lossn_analyzer().

◆ lG

template<class T>
double line::lossn::LossnManjunathResult< T >::lG = 0.0

log of the EXACT normalizing constant g(C)

Definition at line 112 of file lossn_manjunath.h.

Referenced by line::lossn::lossn_manjunath(), and line::nc::solver_nc_lossn_analyzer().

◆ Loss

template<class T>
std::vector<T> line::lossn::LossnManjunathResult< T >::Loss

blocking probability per route

Definition at line 111 of file lossn_manjunath.h.

Referenced by line::lossn::lossn_manjunath(), and line::nc::solver_nc_lossn_analyzer().

◆ peak_states

template<class T>
std::size_t line::lossn::LossnManjunathResult< T >::peak_states = 0

Peak number of live series coefficients, the realised cost.

Definition at line 117 of file lossn_manjunath.h.

Referenced by line::lossn::lossn_manjunath().

◆ QLen

template<class T>
std::vector<T> line::lossn::LossnManjunathResult< T >::QLen

mean carried load E[n_r] per route

Definition at line 110 of file lossn_manjunath.h.

Referenced by line::lossn::lossn_manjunath(), and line::nc::solver_nc_lossn_analyzer().


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