![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The reducibility structure of a routing matrix, the MATLAB info struct. More...
#include <line/api/sn/sn_routing_ergodic.h>
Public Attributes | |
| bool | isRoutingErgodic = true |
| the routing is irreducible | |
| bool | isReducible = false |
| the routing is reducible | |
| std::vector< std::string > | absorbingStations |
| names, the Sink excluded | |
| std::vector< std::string > | transientStations |
| names in a transient component | |
| std::size_t | numSCCs = 1 |
| strongly connected components | |
| std::vector< std::string > | suggestedFixes |
| one repair per absorbing station | |
The reducibility structure of a routing matrix, the MATLAB info struct.
Definition at line 52 of file sn_routing_ergodic.h.
| std::vector<std::string> line::sn::RoutingErgodicityInfo::absorbingStations |
names, the Sink excluded
Definition at line 55 of file sn_routing_ergodic.h.
Referenced by line::sn::sn_absorbing_stations(), line::sn::sn_is_routing_ergodic(), line::sn::sn_make_ergodic(), and line::sn::sn_reducibility_info().
| bool line::sn::RoutingErgodicityInfo::isReducible = false |
the routing is reducible
Definition at line 54 of file sn_routing_ergodic.h.
Referenced by line::sn::sn_is_routing_ergodic().
| bool line::sn::RoutingErgodicityInfo::isRoutingErgodic = true |
the routing is irreducible
Definition at line 53 of file sn_routing_ergodic.h.
Referenced by line::sn::sn_is_routing_ergodic(), line::sn::sn_make_ergodic(), and line::sn::sn_reducibility_info().
| std::size_t line::sn::RoutingErgodicityInfo::numSCCs = 1 |
strongly connected components
Definition at line 57 of file sn_routing_ergodic.h.
Referenced by line::sn::sn_is_routing_ergodic().
| std::vector<std::string> line::sn::RoutingErgodicityInfo::suggestedFixes |
one repair per absorbing station
Definition at line 58 of file sn_routing_ergodic.h.
Referenced by line::sn::sn_reducibility_info().
| std::vector<std::string> line::sn::RoutingErgodicityInfo::transientStations |
names in a transient component
Definition at line 56 of file sn_routing_ergodic.h.
Referenced by line::sn::sn_is_routing_ergodic().