home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!uknet!nplpsg!ajm
- From: ajm@seg.npl.co.uk (Tony Mansfield)
- Newsgroups: comp.theory
- Subject: Re: Silence on P=NP
- Message-ID: <1992Nov23.170508.28493@seg.npl.co.uk>
- Date: 23 Nov 92 17:05:08 GMT
- References: <1992Nov21.222755.18863@sophia.smith.edu>
- Organization: National Physical Laboratory, UK
- Lines: 23
-
- I have tried the Swart+Gismondi graph isomorphism algorithm on the
- non-isomorphic graphs G1 = {{1,2},{1,2},{2,3}} and G2 = {{1,2},{1,3},{2,3}}
- which have adjacency matrices (020) and (011). Using the terms of their paper
- (201) (101)
- (010) (110)
- "A polynomial-time procedure for resolving the graph isomorphism problem"
- (/pub/theory/isomorph.ps.Z received from smowhite.cis.uoguelph.ca by ftp)
- T = 0.5*(100 000 000) + 0.5*(100 000 000)
- (010 000 000) (001 000 000)
- (001 000 000) (010 000 000)
- (000 100 000) (000 000 100)
- (000 010 000) (000 000 001)
- (000 001 000) (000 000 010)
- (000 000 100) (000 100 000)
- (000 000 010) (000 001 000)
- (000 000 001) (000 010 000)
- is a linear combination of two Q matrices and satisfies all the constraints
- (3), (4) and (6). Moreover
- T (020 201 010)^t = (011 101 110)^t
- so (5) is satisfied too, showing(?) G1 and G2 to be isomorphic!
-
- Tony Mansfield, <ajm@seg.npl.co.uk> Phone: (+44) 81 943 7029
- DITC, NPL, Teddington, Middlesex TW11 OLW, UK. Fax: (+44) 81 977 7091
-