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

Result of amap2_adjust_gamma. More...

#include <line/api/mam/amap2_adjust_gamma.h>

Collaboration diagram for line::mam::Amap2AdjustGammaResult< T >:

Public Attributes

M2a
M3a
GAMMAa
objective
 the reference's weighted relative deviation at the answer
bool feasible
 the returned triple satisfies the AMAP(2) conditions

Detailed Description

template<class T>
struct line::mam::Amap2AdjustGammaResult< T >

Result of amap2_adjust_gamma.

Definition at line 82 of file amap2_adjust_gamma.h.

Member Data Documentation

◆ feasible

template<class T>
bool line::mam::Amap2AdjustGammaResult< T >::feasible

the returned triple satisfies the AMAP(2) conditions

Definition at line 87 of file amap2_adjust_gamma.h.

Referenced by line::mam::amap2_adjust_gamma().

◆ GAMMAa

template<class T>
T line::mam::Amap2AdjustGammaResult< T >::GAMMAa

Definition at line 85 of file amap2_adjust_gamma.h.

Referenced by line::mam::amap2_adjust_gamma().

◆ M2a

template<class T>
T line::mam::Amap2AdjustGammaResult< T >::M2a

Definition at line 83 of file amap2_adjust_gamma.h.

Referenced by line::mam::amap2_adjust_gamma().

◆ M3a

template<class T>
T line::mam::Amap2AdjustGammaResult< T >::M3a

Definition at line 84 of file amap2_adjust_gamma.h.

Referenced by line::mam::amap2_adjust_gamma().

◆ objective

template<class T>
T line::mam::Amap2AdjustGammaResult< T >::objective

the reference's weighted relative deviation at the answer

Definition at line 86 of file amap2_adjust_gamma.h.

Referenced by line::mam::amap2_adjust_gamma().


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