Can this action process both directed and undirected graphs?

5 vues

Réponse

Yes, you can use the `direction` parameter. It can be set to `UNDIRECTED` (which is the default) or `DIRECTED` to specify how the input graph should be treated.
Did this answer help you?
biconnectedComponents

optNetwork

See technical action