math1um / objects-invariants-properties

Objects, Invariants and Properties for Graph Theory (GT) automated conjecturing: in particular with the Sage program CONJECTURING: http://nvcleemp.github.io/conjecturing/
GNU General Public License v3.0
14 stars 6 forks source link

Add 2 counterexample graphs #629

Closed math1um closed 3 years ago

math1um commented 3 years ago

M. Dahir conjectured that is G and H are graphs with distance matrices Gd and Hd and (Gd)(Hd)(Gd) is similar to (Hd)(Gd)(Hd) then G and H are isomorphic.

This is False. Here is a counterexample pair:

G = Graph(r"K?Bcvb[nBUNO") H = Graph(r"K?Bcv`\nFSNO")

(Gd)(Hd)(Gd) ~ (Hd)(Gd)(Hd) but G and H are not isomorphic.

jaritaes99 commented 3 years ago

added as ce143_G and ce143_H