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

Result of mmpp2_fitc_approx. More...

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

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

Public Attributes

Map< T > map
 the fitted MMPP(2), rescaled to rate a
objective
 sum of squared relative errors at the optimum
violation
 worst bound violation at the optimum
bool converged
 the constrained solve reached feasibility within its caps

Detailed Description

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

Result of mmpp2_fitc_approx.

Definition at line 82 of file mmpp2_fitc_approx.h.

Member Data Documentation

◆ converged

template<class T>
bool line::mam::Mmpp2FitcApproxResult< T >::converged

the constrained solve reached feasibility within its caps

Definition at line 86 of file mmpp2_fitc_approx.h.

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

◆ map

template<class T>
Map<T> line::mam::Mmpp2FitcApproxResult< T >::map

◆ objective

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

sum of squared relative errors at the optimum

Definition at line 84 of file mmpp2_fitc_approx.h.

Referenced by line::mam::m3pp2m_fitc_approx(), line::mam::m3pp2m_fitc_approx_ag(), and line::mam::mmpp2_fitc_approx().

◆ violation

template<class T>
T line::mam::Mmpp2FitcApproxResult< T >::violation

worst bound violation at the optimum

Definition at line 85 of file mmpp2_fitc_approx.h.

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


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