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

Return value of pfqn_le, mirroring [Gn, lGn]. More...

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

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

Public Attributes

G
lG

Detailed Description

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

Return value of pfqn_le, mirroring [Gn, lGn].

Definition at line 233 of file pfqn_le.h.

Member Data Documentation

◆ G

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

◆ lG

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

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