Skip to main content

Questions tagged [graph-isomorphism]

Two graphs $G$ and $H$ are isomorphic if they have a function $f$ which provides an exact pairing of vertices in the two graphs such that for any adjacent vertices $u,v\in \{\mbox{set of vertices of }G\}$, $f(u)$ and $f(v)$ are also adjacent in $H$.

1 vote
0 answers
25 views

Say I have two regular graphs with the same number of nodes and edges, and they are cospectral. How can I test if they are isomorphic? My guess is check diameter or girth. But will that always work? I ...
user3433489's user avatar
0 votes
0 answers
38 views

Is there a fast algorithm to generate all connected, non-2-isomorphic graphs with a given number of edges (e.g. 20 edges)? According to Whitney’s definition, “If there is a 1–1 correspondence between ...
emnha's user avatar
  • 167
2 votes
1 answer
180 views

The following question is from Bondy/Murty Graph Theory: 1.2.4 Determine: a) the number of isomorphisms between the graphs G and H of Figure 1.7, b) the number of automorphisms of each of these ...
Shean's user avatar
  • 1,022
-2 votes
2 answers
118 views

I got stuck at part (b) of this exercise. Is there maybe something like a trick or a quick method to map the variables since in this case we have the following vertex-degree structure: $G_1: a:2, b:5, ...
The SkyRider's user avatar
1 vote
1 answer
74 views

I am preparing an exam on discrete mathematics and I have decided to take a look at the famous book Invitation to Discrete Mathematics by Jiri Matousek & Jaroslav Nesetril. The definition of ...
Vicente's user avatar
  • 55
1 vote
1 answer
46 views

I'm looking for resources or datasets that enumerate all isomorphism classes of unlabeled directed multigraphs (i.e., both vertices and edges are unlabeled) for a given number of edges. I've searched ...
internet's user avatar
  • 143
3 votes
0 answers
104 views

Let $X$ and $Y$ be two cospectral graphs with only eigenvalues of multiplicity $1$ (referred to as simple or distinct). Let $X$ have vertex set $V(X) = \{x_{1}, \dots, x_{n}\}$ and $V(Y) = \{y_{1}, \...
JLGL's user avatar
  • 1,055
0 votes
0 answers
41 views

Fix $n$. How many inequivalent labeled trees are there on $n$ vertices, where two labeled trees are equivalent if the labels which disagree are on vertices which are otherwise indistinguishable? For ...
qualsqualsquals's user avatar
3 votes
0 answers
185 views

The 'traveling salesman problem' (TSP) is a well-known NP-hard problem in combinatorial optimization, theoretical computer science and operations research with multiple variations and related ...
Michael T's user avatar
  • 2,451
1 vote
1 answer
79 views

Question : Given the graph $G$, we have computed the number of labelled spanning trees to be $14$, which we verified using Kirchhoff’s Matrix-Tree Theorem. Now, I am trying to determine the number of ...
user20194358's user avatar
2 votes
2 answers
86 views

This is a progression on the lectures my prof has given, for which I don't fully understand the concept. I don't fully understand this question. As reference, here is how my prof progressed through ...
cpresto's user avatar
  • 69
0 votes
1 answer
97 views

According to the following document : https://en.wikipedia.org/wiki/Graph_labeling, the set of vertices(abstract mathematical object) of a graph and the set of the labels(integers, characters, etc.) ...
StudyingGraphs's user avatar
2 votes
1 answer
113 views

I want to check if the two given graphs are isomorphic or not. the following algorithm which is taught by my teacher in class, given two isomorphic n-vertex graphs G1, G2, determines an isomorphism φ ...
Redbull's user avatar
0 votes
1 answer
150 views

I followed from this question. I am following the book, Theory of Computational Complexity, 2nd Edition Ding-Zhu Du, Ker-I Ko. I am copying following text from the ...
Redbull's user avatar
1 vote
1 answer
173 views

I am following the book, Theory of Computational Complexity, 2nd Edition Ding-Zhu Du, Ker-I Ko. I am copying following text from the book, Recently an algorithm was ...
Redbull's user avatar

15 30 50 per page
1
2 3 4 5
34