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

What the analyzer returns: the metrics plus the blocks it built them from. More...

#include <line/solvers/mam/solver_mam_ldqbd.h>

Public Attributes

mva::MvaSolution< T > sol
LdqbdBlocks< T > ld

Detailed Description

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

What the analyzer returns: the metrics plus the blocks it built them from.

Definition at line 106 of file solver_mam_ldqbd.h.

Member Data Documentation

◆ ld

template<class T>
LdqbdBlocks<T> line::mam::LdqbdSolution< T >::ld

Definition at line 108 of file solver_mam_ldqbd.h.

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

◆ sol

template<class T>
mva::MvaSolution<T> line::mam::LdqbdSolution< T >::sol

Definition at line 107 of file solver_mam_ldqbd.h.

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


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