Skip to main content

Questions tagged [graph-isomorphism]

0 votes
0 answers
44 views

The labels on my DAGs are things like $A\times B$ but encoded in Unicode chars. Nauty is a no-go for me, and it doesn't work on multi-digraphs unless you encode them using a number on a single edge. ...
Luna's Chalkboard's user avatar
0 votes
0 answers
27 views

I was studying graph gluing and came across the following example (All graphs are directed, for example, $e=(v_1,v_2)$ indicates that the corresponding edge starts from $v_1$ and goes to $v_2$): $I: V(...
Tony Oliveira's user avatar
0 votes
1 answer
132 views

$\text{GI} = \{\langle A, B \rangle∶ \text{ graph A is isomorphic to graph B} \}$ I want to reduce from, $\text{3SAT}\leq_p \text{GI}.$ I know how to reduce from GI to SAT: Whenever we see two ...
Redbull's user avatar
  • 33
1 vote
1 answer
78 views

Let $G_1=(L_1,R_1,E_1)$ and $G_2=(L_2,R_2,E_2)$ be bipartite directed graphs and let $\lambda:L_1\to L_2$ be a bijection between the $L$ vertex sets of the graphs. If I wanted to determine whether $...
Cromack's user avatar
  • 257
2 votes
1 answer
122 views

I am looking for an interactive proof for the language $AUTO^C= \{𝐺∣\text{𝐺 is an undirected graph that has no non-trivial automorphisms} \}$. I am interested in a method similar to the interactive ...
user171912's user avatar
1 vote
1 answer
74 views

How to reduce a Subgraph Isomorphism problem to an instance of the Hamiltonian Cycle problem (not the other way around)?
Javaid Aslam's user avatar
1 vote
0 answers
50 views

Given two (small-ish) sequences $I$ and $O$ of rational numbers with $\sum_{x \in I}x=\sum_{y \in O}y$, generate a directed graph $G = (V,E)$ with minimum $|V|$ that respects the following: $|I|$ ...
MarioVX's user avatar
  • 111
1 vote
1 answer
114 views

We know that the Weisfeiler-Leman Algorithm will not always distinguish graphs that are not isomorphic but if two graphs are isomorphic are we guaranteed to get a certificate?
IsoCurious's user avatar
1 vote
1 answer
101 views

I've read this scribe that provides a public coin interactive proof for graph non-isomorphism. In the proof, the verifier samples both a pairwise-independent hash function and a target $y$. Then it ...
AmirD's user avatar
  • 13
2 votes
0 answers
90 views

I learned years ago that $IP \subseteq PSPACE$ since you could simulate all sets of messages and then determine the probability of success. But lately I’ve been looking at the standard proof of this ...
SAS's user avatar
  • 53
1 vote
1 answer
99 views

Intuitively speaking, it would seem like the graph isomorphism problem (which might be $NP$-intermediate) should be $P$-hard. But maybe it's not? Or maybe it's an open question? If it is indeed $P$-...
badroit's user avatar
  • 737
3 votes
1 answer
99 views

the following question came up in a problem I am working on: Suppose you have two graphs $G_1=(V_1, E_1), G_2=(V_2,E_2)$ that have features attached to them, i.e. to every $v\in V_1$ or $v\in V_2$ ...
Tobias Kietreiber's user avatar
1 vote
2 answers
529 views

When I want to judge whether two regular forms represent the same language, I have learned the next method: create the (non-deterministic) finite-state automata which accepts the language the given ...
XYJ's user avatar
  • 9
0 votes
1 answer
640 views

I found many solution online on how to reduce Subgraph Isomorphism problem to Clique, but how do I prove that it is NP complete by reduction from independent set? I'm struggling to figure out this ...
Anonymous Molecule's user avatar
1 vote
1 answer
78 views

I have consulted the literature concerning graph isomorphism algorithms, and all papers I could find involve finding a canonical representation of a graph. So to decide whether two graphs are ...
Florian Ingels's user avatar

15 30 50 per page
1
2 3 4 5
7