Scilab function

articul - finds one or more articulation points

Calling Sequence

nart = articul([i],g)

Parameters

Description

articul finds one or more articulation points (if they exist) of the graph g. nart is the row vector of numbers of articulation nodes: deleting one of these nodes increases the number of connected components of the graph. i is the optional node number from which the algorithm starts. The default is 1. Note that the result depends strongly on this starting node.

Examples