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

A marked MAP and whether the marking system was solved exactly. More...

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

Public Attributes

Mmap< T > mmap
bool exact = false

Detailed Description

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

A marked MAP and whether the marking system was solved exactly.

Definition at line 63 of file mmap_k_fit.h.

Member Data Documentation

◆ exact

template<class T>
bool line::mam::MmapKFitResult< T >::exact = false

Definition at line 65 of file mmap_k_fit.h.

Referenced by line::mam::mmap2k_fit(), and line::mam::mmap3k_fit().

◆ mmap

template<class T>
Mmap<T> line::mam::MmapKFitResult< T >::mmap

Definition at line 64 of file mmap_k_fit.h.

Referenced by line::mam::mmap2k_fit(), and line::mam::mmap3k_fit().


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