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

The metric table, the table it came from, and the stream that produced it. More...

#include <line/solvers/ssa/solver_ssa_nrm_space.h>

Collaboration diagram for line::ssa::SsaNrmSpaceSolution< T >:

Public Attributes

SsaSolution avg
SsaNrmSpaceRun< T > run
unsigned long seed = 0

Detailed Description

template<class T>
struct line::ssa::SsaNrmSpaceSolution< T >

The metric table, the table it came from, and the stream that produced it.

Definition at line 288 of file solver_ssa_nrm_space.h.

Member Data Documentation

◆ avg

template<class T>
SsaSolution line::ssa::SsaNrmSpaceSolution< T >::avg

Definition at line 289 of file solver_ssa_nrm_space.h.

Referenced by line::ssa::solver_ssa_nrm_space_analyzer().

◆ run

template<class T>
SsaNrmSpaceRun<T> line::ssa::SsaNrmSpaceSolution< T >::run

Definition at line 290 of file solver_ssa_nrm_space.h.

Referenced by line::ssa::solver_ssa_nrm_space_analyzer().

◆ seed

template<class T>
unsigned long line::ssa::SsaNrmSpaceSolution< T >::seed = 0

Definition at line 291 of file solver_ssa_nrm_space.h.

Referenced by line::ssa::solver_ssa_nrm_space_analyzer().


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