![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
One trajectory, in the shape the reference's sampleSys returns it. More...
#include <line/solvers/ssa/solver_ssa_getters.h>
Public Attributes | |
| std::vector< double > | t |
| the event times, increasing | |
| std::vector< std::size_t > | event |
| which synchronization fired | |
| Matrix< T > | state |
| per event: the state OCCUPIED until then | |
| Matrix< T > | aggr |
| the same, as per-(stateful, class) counts | |
| std::size_t | samples = 0 |
| unsigned long | seed = 0 |
One trajectory, in the shape the reference's sampleSys returns it.
Definition at line 77 of file solver_ssa_getters.h.
| Matrix<T> line::ssa::SsaSamplePath< T >::aggr |
the same, as per-(stateful, class) counts
Definition at line 81 of file solver_ssa_getters.h.
Referenced by line::ssa::ssa_sample_node(), and line::ssa::ssa_sample_sys().
| std::vector<std::size_t> line::ssa::SsaSamplePath< T >::event |
which synchronization fired
Definition at line 79 of file solver_ssa_getters.h.
Referenced by line::ssa::ssa_sample_node(), and line::ssa::ssa_sample_sys().
| std::size_t line::ssa::SsaSamplePath< T >::samples = 0 |
Definition at line 82 of file solver_ssa_getters.h.
Referenced by line::ssa::ssa_sample_node(), and line::ssa::ssa_sample_sys().
| unsigned long line::ssa::SsaSamplePath< T >::seed = 0 |
Definition at line 83 of file solver_ssa_getters.h.
Referenced by line::ssa::ssa_sample_node(), and line::ssa::ssa_sample_sys().
| Matrix<T> line::ssa::SsaSamplePath< T >::state |
per event: the state OCCUPIED until then
Definition at line 80 of file solver_ssa_getters.h.
Referenced by line::ssa::ssa_sample_node(), and line::ssa::ssa_sample_sys().
| std::vector<double> line::ssa::SsaSamplePath< T >::t |
the event times, increasing
Definition at line 78 of file solver_ssa_getters.h.
Referenced by line::ssa::ssa_sample_node(), and line::ssa::ssa_sample_sys().