![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The augmented struct and everything needed to read its results back. More...
#include <line/lang/qn/fj_tag.h>
Public Attributes | |
| NetworkStruct< T > | V |
| std::vector< std::size_t > | fjclassmap |
| fjclassmap[a-1] is the ORIGINAL class of auxiliary class a, 0 for originals. | |
| std::vector< std::size_t > | fjforkmap |
| std::vector< std::size_t > | fjjoinmap |
| std::vector< std::size_t > | fjbranchmap |
| std::vector< std::size_t > | fjtagmap |
| std::vector< FjSync< T > > | fjsync |
| std::map< std::size_t, FjJoinParam > | joinparam |
| keyed by 1-based Join node | |
| std::size_t | korig = 0 |
The augmented struct and everything needed to read its results back.
| std::vector<std::size_t> line::qn::FjTagged< T >::fjbranchmap |
Definition at line 75 of file fj_tag.h.
Referenced by line::qn::fj_tag().
| std::vector<std::size_t> line::qn::FjTagged< T >::fjclassmap |
fjclassmap[a-1] is the ORIGINAL class of auxiliary class a, 0 for originals.
Definition at line 74 of file fj_tag.h.
Referenced by line::qn::fj_tag(), line::ctmc::solver_ctmc_analyzer(), and line::ssa::solver_ssa_serial_analyzer().
| std::vector<std::size_t> line::qn::FjTagged< T >::fjforkmap |
Definition at line 75 of file fj_tag.h.
Referenced by line::qn::fj_tag().
| std::vector<std::size_t> line::qn::FjTagged< T >::fjjoinmap |
Definition at line 75 of file fj_tag.h.
Referenced by line::qn::fj_tag().
| std::vector<FjSync<T> > line::qn::FjTagged< T >::fjsync |
Definition at line 76 of file fj_tag.h.
Referenced by line::qn::fj_tag(), line::ctmc::solver_ctmc_analyzer(), and line::ssa::solver_ssa_serial_analyzer().
| std::vector<std::size_t> line::qn::FjTagged< T >::fjtagmap |
Definition at line 75 of file fj_tag.h.
Referenced by line::qn::fj_tag().
| std::map<std::size_t, FjJoinParam> line::qn::FjTagged< T >::joinparam |
keyed by 1-based Join node
Definition at line 77 of file fj_tag.h.
Referenced by line::qn::fj_tag().
| std::size_t line::qn::FjTagged< T >::korig = 0 |
Definition at line 78 of file fj_tag.h.
Referenced by line::qn::fj_tag(), line::ctmc::solver_ctmc_analyzer(), and line::ssa::solver_ssa_serial_analyzer().
| NetworkStruct<T> line::qn::FjTagged< T >::V |
Definition at line 72 of file fj_tag.h.
Referenced by line::qn::fj_tag(), line::ctmc::solver_ctmc_analyzer(), and line::ssa::solver_ssa_serial_analyzer().