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

[d, Edisp, Emax] of fj_delay_opt. More...

#include <line/api/fj/fj_delay_opt.h>

Collaboration diagram for line::fj::FJDelayOptResult< T >:

Public Attributes

std::vector< T > d
Edisp
Emax

Detailed Description

template<class T>
struct line::fj::FJDelayOptResult< T >

[d, Edisp, Emax] of fj_delay_opt.

Definition at line 39 of file fj_delay_opt.h.

Member Data Documentation

◆ d

template<class T>
std::vector<T> line::fj::FJDelayOptResult< T >::d

Definition at line 40 of file fj_delay_opt.h.

Referenced by line::fj::fj_delay_opt().

◆ Edisp

template<class T>
T line::fj::FJDelayOptResult< T >::Edisp

Definition at line 41 of file fj_delay_opt.h.

Referenced by line::fj::fj_delay_opt().

◆ Emax

template<class T>
T line::fj::FJDelayOptResult< T >::Emax

Definition at line 42 of file fj_delay_opt.h.

Referenced by line::fj::fj_delay_opt().


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