![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
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 |
The product-form solve, with the certificate that produced it.
Definition at line 59 of file solver_nc_spn.h.
| 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().
| 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().
| 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().