![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Result of amap2_adjust_gamma. More...
#include <line/api/mam/amap2_adjust_gamma.h>
Public Attributes | |
| T | M2a |
| T | M3a |
| T | GAMMAa |
| T | objective |
| the reference's weighted relative deviation at the answer | |
| bool | feasible |
| the returned triple satisfies the AMAP(2) conditions | |
Result of amap2_adjust_gamma.
Definition at line 82 of file amap2_adjust_gamma.h.
| 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().
| T line::mam::Amap2AdjustGammaResult< T >::GAMMAa |
Definition at line 85 of file amap2_adjust_gamma.h.
Referenced by line::mam::amap2_adjust_gamma().
| T line::mam::Amap2AdjustGammaResult< T >::M2a |
Definition at line 83 of file amap2_adjust_gamma.h.
Referenced by line::mam::amap2_adjust_gamma().
| T line::mam::Amap2AdjustGammaResult< T >::M3a |
Definition at line 84 of file amap2_adjust_gamma.h.
Referenced by line::mam::amap2_adjust_gamma().
| 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().