![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Result of an optimization-based APH(2) moment adjustment. More...
#include <line/api/mam/aph2_adjust_opt.h>
Public Attributes | |
| T | M2a |
| adjusted second moment | |
| T | M3a |
| adjusted third moment | |
| T | objective |
| ||(M2a, M3a) - (M2, M3)||, the reference's objective | |
| T | violation |
| worst constraint violation at the returned point | |
| bool | converged |
| the constrained solve reached feasibility within its caps | |
Result of an optimization-based APH(2) moment adjustment.
Definition at line 86 of file aph2_adjust_opt.h.
| bool line::mam::Aph2AdjustOptResult< T >::converged |
the constrained solve reached feasibility within its caps
Definition at line 91 of file aph2_adjust_opt.h.
Referenced by line::mam::aph2_adjust_opt_char(), and line::mam::aph2_adjust_opt_param().
| T line::mam::Aph2AdjustOptResult< T >::M2a |
adjusted second moment
Definition at line 87 of file aph2_adjust_opt.h.
Referenced by line::mam::aph2_adjust_opt_char(), and line::mam::aph2_adjust_opt_param().
| T line::mam::Aph2AdjustOptResult< T >::M3a |
adjusted third moment
Definition at line 88 of file aph2_adjust_opt.h.
Referenced by line::mam::aph2_adjust_opt_char(), and line::mam::aph2_adjust_opt_param().
| T line::mam::Aph2AdjustOptResult< T >::objective |
||(M2a, M3a) - (M2, M3)||, the reference's objective
Definition at line 89 of file aph2_adjust_opt.h.
Referenced by line::mam::aph2_adjust_opt_char(), and line::mam::aph2_adjust_opt_param().
| T line::mam::Aph2AdjustOptResult< T >::violation |
worst constraint violation at the returned point
Definition at line 90 of file aph2_adjust_opt.h.
Referenced by line::mam::aph2_adjust_opt_char(), and line::mam::aph2_adjust_opt_param().