OMSimulatorLib
The OMSimulator project is a FMI-based co-simulation environment that supports ordinary (i.e., non-delayed) and TLM connections.
|
Strong connected components data type. More...
#include <DirectedGraph.h>
Public Attributes | |
std::vector< std::pair< int, int > > | connections |
bool | thisIsALoop |
unsigned int | size |
unsigned int | size_including_internal |
std::set< oms::ComRef > | component_names |
double | factor |
bool | suppressUnitConversion |
Strong connected components data type.
A vector of pairs of connected components.
std::set<oms::ComRef> oms::scc_t::component_names |
std::vector< std::pair<int, int> > oms::scc_t::connections |
double oms::scc_t::factor |
unsigned int oms::scc_t::size |
unsigned int oms::scc_t::size_including_internal |
bool oms::scc_t::suppressUnitConversion |
bool oms::scc_t::thisIsALoop |