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

[C, I, Cend, E] of fj_dag_makespan. More...

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

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

Public Attributes

C
std::vector< T > I
std::vector< T > Cend
std::vector< T > E

Detailed Description

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

[C, I, Cend, E] of fj_dag_makespan.

Definition at line 45 of file fj_dag_makespan.h.

Member Data Documentation

◆ C

template<class T>
T line::fj::FJDagMakespanResult< T >::C

Definition at line 46 of file fj_dag_makespan.h.

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

◆ Cend

template<class T>
std::vector<T> line::fj::FJDagMakespanResult< T >::Cend

Definition at line 48 of file fj_dag_makespan.h.

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

◆ E

template<class T>
std::vector<T> line::fj::FJDagMakespanResult< T >::E

Definition at line 49 of file fj_dag_makespan.h.

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

◆ I

template<class T>
std::vector<T> line::fj::FJDagMakespanResult< T >::I

Definition at line 47 of file fj_dag_makespan.h.

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


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