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

Result of an optimization-based APH(2) moment adjustment. More...

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

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

Public Attributes

M2a
 adjusted second moment
M3a
 adjusted third moment
objective
 ||(M2a, M3a) - (M2, M3)||, the reference's objective
violation
 worst constraint violation at the returned point
bool converged
 the constrained solve reached feasibility within its caps

Detailed Description

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

Result of an optimization-based APH(2) moment adjustment.

Definition at line 86 of file aph2_adjust_opt.h.

Member Data Documentation

◆ converged

template<class T>
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().

◆ M2a

template<class T>
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().

◆ M3a

template<class T>
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().

◆ objective

template<class T>
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().

◆ violation

template<class T>
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().


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