Re: Looking for a rooted DAG isomorphism algorithm

Carl Sturtivant <carl@bitstream.net>
3 Mar 1998 10:39:58 -0500

          From comp.compilers

Related articles
Looking for a rooted DAG isomorphism algorithm cburns@crl8.crl.com (Charlie Burns) (1998-02-15)
Re: Looking for a rooted DAG isomorphism algorithm carl@bitstream.net (Carl Sturtivant) (1998-03-03)
Re: Looking for a rooted DAG isomorphism algorithm lkaplan@mips.complang.tuwien.ac.at (1998-03-05)
Re: Looking for a rooted DAG isomorphism algorithm cburns@crl2.crl.com (Charlie Burns) (1998-03-06)
Re: Looking for a rooted DAG isomorphism algorithm karlcz@ISI.EDU (1998-03-12)
| List of all articles for this month |

From: Carl Sturtivant <carl@bitstream.net>
Newsgroups: comp.compilers
Date: 3 Mar 1998 10:39:58 -0500
Organization: Bitstream Underground
References: 98-02-073
Keywords: analysis, question

Charlie Burns wrote:
>
> I am looking for references to a rooted DAG isomorphism algorithm. The
> DAGs I want to compare are like trees but nodes can have more than one
> parent.


Could you be more precise?


Do you mean that each DAG has only one root, i.e. all other nodes have
non-zero indegree? And that this root is already distinguished in each
of the two DAGS whose isomorphism problem we are to solve?


Are the internal nodes (i.e. those nodes with non-zero outdegree)
unlabeled?


Are the leaves (i.e. those nodes with zero outdegree) unlabeled?


Carl.
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.