[jgrapht-users] DFS Question
Brought to you by:
barak_naveh,
perfecthash
From: Welson S. <wel...@ya...> - 2006-08-05 01:32:52
|
I have got a DG (see attached pic), using org._3pq.jgrapht.traverse.DepthFirstIterator I got the following DFS sequence: START input ._2biquad.Add ._2biquad.b3 ._2biquad.Add2 ._2biquad.b ._2biquad.a3 ._2biquad.Add7 ._2biquad.a2 ._2biquad.Add1 output STOP I don't think this sequence is correct, any insights before I dig into the source code? Welson |