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

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

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

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

Public Attributes

G
lG

Detailed Description

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

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

Definition at line 72 of file pfqn_ls.h.

Member Data Documentation

◆ G

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

Definition at line 73 of file pfqn_ls.h.

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

◆ lG

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

Definition at line 74 of file pfqn_ls.h.

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


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