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

Descriptor, diagram and metadata returned together. More...

#include <line/api/spn/spn_mdd.h>

Collaboration diagram for line::spn::SpnResult< T >:

Public Attributes

mdd::MddStruct mdds
mdd::MddDescriptor< T > desc
SpnInfo< T > info

Detailed Description

template<class T>
struct line::spn::SpnResult< T >

Descriptor, diagram and metadata returned together.

Definition at line 133 of file spn_mdd.h.

Member Data Documentation

◆ desc

template<class T>
mdd::MddDescriptor<T> line::spn::SpnResult< T >::desc

Definition at line 135 of file spn_mdd.h.

Referenced by line::spn::spn_mdd().

◆ info

template<class T>
SpnInfo<T> line::spn::SpnResult< T >::info

Definition at line 136 of file spn_mdd.h.

Referenced by line::spn::spn_mdd().

◆ mdds

template<class T>
mdd::MddStruct line::spn::SpnResult< T >::mdds

Definition at line 134 of file spn_mdd.h.

Referenced by line::spn::spn_mdd().


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