is_topology_connected2: Check if a topology is connected using directed graph approach
Description
Check if a topology is connected using directed graph approach
Usage
is_topology_connected2(topology)
Value
logical scalar. Returns TRUE if the topology is
connected through directed graph traversal (considering sequential
connections between elements), FALSE otherwise. Returns
FALSE if the topology is empty.