The.Algorithm.Design.Manual.Springer-Verlag.1998

The.Algorithm.Design.Manual.Springer-Verlag.1998 The.Algorithm.Design.Manual.Springer-Verlag.1998

18.04.2013 Views

Shape similarity testing via turning functions Shape similarity testing via turning functions This is an implementation in C by Eugene K. Ressler of the turning function metric for comparing polygonal shapes developed by Arkin, Chew, Huttenlocher, Kedem, and Mitchell. It expands a little on the cited reference to achieve O(n) space and O(mn log n) run time. This source may be freely distributed and used for non-commercial purposes, so long as this comment is attached to any code copied or derived from it. ● Download Files (local site) Problem Links ● Shape Similarity (6) About the Book Send us Mail Go to Main Page This page last modified on Oct 10, 1996. file:///E|/WEBSITE/IMPLEMEN/TURN/IMPLEMEN.HTM [19/1/2003 1:40:58]

NAUTY -- Graph Isomorphism NAUTY -- Graph Isomorphism The world's fastest isomorphism testing program is Nauty, by Brendan D. McKay. Nauty (No AUTomorphisms, Yes?) is a set of very efficient C language procedures for determining the automorphism group of a vertex-colored graph. It provides this information in the form of a set of generators, the size of group, and the orbits of the group. Nauty is also able to produce a canonicallylabeled isomorph of the graph, to assist in isomorphism testing. It was the basis of the first program to generate all the 11-vertex graphs without isomorphs, and can test most graphs of less than 100 vertices in well under a second. Nauty has been successfully ported to a variety of operating systems and C compilers. It may be obtained from http://cs.anu.edu.au/people/bdm/. It is free for educational and research applications, but for commercial use contact the author at bdm@cs.anu.edu.au. ● ● Download Files (local site) Problem Links ● Graph Isomorphism (10) About the Book Send us Mail Go to Main Page This page last modified on Apr 23, 1997. file:///E|/WEBSITE/IMPLEMEN/NAUTY/IMPLEMEN.HTM [19/1/2003 1:40:59]

NAUTY -- Graph Isomorphism<br />

NAUTY -- Graph Isomorphism<br />

<strong>The</strong> world's fastest isomorphism testing program is Nauty, by Brendan D. McKay. Nauty (No<br />

AUTomorphisms, Yes?) is a set of very efficient C language procedures for determining the<br />

automorphism group of a vertex-colored graph. It provides this information in the form of a set of<br />

generators, the size of group, and the orbits of the group. Nauty is also able to produce a canonicallylabeled<br />

isomorph of the graph, to assist in isomorphism testing. It was the basis of the first program to<br />

generate all the 11-vertex graphs without isomorphs, and can test most graphs of less than 100 vertices in<br />

well under a second. Nauty has been successfully ported to a variety of operating systems and C<br />

compilers. It may be obtained from http://cs.anu.edu.au/people/bdm/. It is free for educational and<br />

research applications, but for commercial use contact the author at bdm@cs.anu.edu.au.<br />

●<br />

● Download Files (local site)<br />

Problem Links<br />

● Graph Isomorphism (10)<br />

About the Book<br />

Send us Mail<br />

Go to Main Page<br />

This page last modified on Apr 23, 1997.<br />

file:///E|/WEBSITE/IMPLEMEN/NAUTY/IMPLEMEN.HTM [19/1/2003 1:40:59]

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!