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

Return value of pfqn_lekt, mirroring [Gn, lGn, route]. More...

#include <line/api/pfqn/pfqn_lekt.h>

Collaboration diagram for line::pfqn::LektResult< T >:

Public Attributes

G
lG
std::string route
 "kt" or "le"

Detailed Description

template<class T>
struct line::pfqn::LektResult< T >

Return value of pfqn_lekt, mirroring [Gn, lGn, route].

Definition at line 55 of file pfqn_lekt.h.

Member Data Documentation

◆ G

template<class T>
T line::pfqn::LektResult< T >::G

Definition at line 56 of file pfqn_lekt.h.

Referenced by line::pfqn::pfqn_lekt().

◆ lG

template<class T>
T line::pfqn::LektResult< T >::lG

Definition at line 57 of file pfqn_lekt.h.

Referenced by line::pfqn::pfqn_lekt().

◆ route

template<class T>
std::string line::pfqn::LektResult< T >::route

"kt" or "le"

Definition at line 58 of file pfqn_lekt.h.

Referenced by line::pfqn::pfqn_lekt().


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