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

Result of the (mean, scv, skew)-parameterized MMPP(2) fits. More...

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

Public Attributes

Map< T > map
bool feasible
 map_isfeasible of the result at the given tolerance

Detailed Description

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

Result of the (mean, scv, skew)-parameterized MMPP(2) fits.

Definition at line 36 of file mmpp2_fit2.h.

Member Data Documentation

◆ feasible

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

map_isfeasible of the result at the given tolerance

Definition at line 38 of file mmpp2_fit2.h.

Referenced by line::mam::mmpp2_fit2(), and line::mam::mmpp2_fit4().

◆ map

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

Definition at line 37 of file mmpp2_fit2.h.

Referenced by line::mam::mmpp2_fit2(), and line::mam::mmpp2_fit4().


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