3.7.247. Strong bridge
A constraint for which the filtering algorithm may use the notion of strong bridge (i.e., enforce arcs corresponding to strong bridges to be part of the solution in order to avoid creating too many strongly connected components). A strong bridge of a strongly connected digraph is an arc such that, if we remove it, is broken into at least two strongly connected components. FigureΒ 3.7.76 illustrates the notion of strong bridge on the digraph depicted by partΒ (A). The arc from the vertex labelled by 2 to the vertex labelled by 1 is a strong bridge since its removal creates the three strongly connected components depicted by partΒ (B) (i.e., the first, second and third strongly connected components correspond respectively to the sets of vertices , and ). The other strong bridges of the digraph depicted by partΒ (A) are the arcs and . From an algorithmic point of view, it was shown inΒ [ItalianoLauraSantaroni10] how to compute all the strong bridges of a digraph in linear time with respect to the number of arcs of .