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

The product-form solve, with the certificate that produced it. More...

#include <line/solvers/nc/solver_nc_spn.h>

Public Attributes

NcSolution< T > sol
spn::SpnPfResult< T > pf
spn::SpnMetrics< T > metrics

Detailed Description

template<class T>
struct line::nc::NcSpnSolution< T >

The product-form solve, with the certificate that produced it.

Definition at line 59 of file solver_nc_spn.h.

Member Data Documentation

◆ metrics

template<class T>
spn::SpnMetrics<T> line::nc::NcSpnSolution< T >::metrics

Definition at line 62 of file solver_nc_spn.h.

Referenced by line::nc::solver_nc_spn_analyzer().

◆ pf

template<class T>
spn::SpnPfResult<T> line::nc::NcSpnSolution< T >::pf

Definition at line 61 of file solver_nc_spn.h.

Referenced by line::nc::solver_nc_spn_analyzer().

◆ sol

template<class T>
NcSolution<T> line::nc::NcSpnSolution< T >::sol

Definition at line 60 of file solver_nc_spn.h.

Referenced by line::nc::solver_nc_spn_analyzer().


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