Main
Main
Akash Tayal
October 5, 2024
1 Introduction
2 Preliminaries
4 Future Work
5 References
1 Introduction
2 Preliminaries
4 Future Work
5 References
1 Introduction
2 Preliminaries
4 Future Work
5 References
D r rC D r rC
Cr
rE
@@
@@
@
@ @
r @r r @r r rB
A B A B A
Simple Complete Connected
D r rC D r rC
Cr
rE
@@
@@
@
@ @
r @r r @r r rB
A B A B A
Simple Complete Connected
D r rC D r rC
Cr
rE
@@
@@
@
@ @
r @r r @r r rB
A B A B A
Simple Complete Connected
D r rC D r rC
Cr
rE
@@
@@
@
@ @
r @r r @r r rB
A B A B A
Simple Complete Connected
D r rC D r rC
Cr
rE
@@
@@
@
@ @
r @r r @r r rB
A B A B A
Simple Complete Connected
1 Introduction
2 Preliminaries
4 Future Work
5 References
Theorem 3.2
Exact Square Coloring Problem is NP-Complete for undirected graphs.
Proof
For a vertex coloring c of an undirected path graph G, it can be easily
verified in polynomial time whether c is an exact square coloring of G.
Hence ESCP is in NP for undirected path graphs. Now we provide a
polynomial reduction from the proper coloring problem which is known to
be NP-Complete for general graphs.
Theorem 3.2
Exact Square Coloring Problem is NP-Complete for undirected graphs.
Proof
For a vertex coloring c of an undirected path graph G, it can be easily
verified in polynomial time whether c is an exact square coloring of G.
Hence ESCP is in NP for undirected path graphs. Now we provide a
polynomial reduction from the proper coloring problem which is known to
be NP-Complete for general graphs.
Theorem 3.2
Exact Square Coloring Problem is NP-Complete for undirected graphs.
Proof
For a vertex coloring c of an undirected path graph G, it can be easily
verified in polynomial time whether c is an exact square coloring of G.
Hence ESCP is in NP for undirected path graphs. Now we provide a
polynomial reduction from the proper coloring problem which is known to
be NP-Complete for general graphs.
Theorem 3.2
Exact Square Coloring Problem is NP-Complete for undirected graphs.
Proof
For a vertex coloring c of an undirected path graph G, it can be easily
verified in polynomial time whether c is an exact square coloring of G.
Hence ESCP is in NP for undirected path graphs. Now we provide a
polynomial reduction from the proper coloring problem which is known to
be NP-Complete for general graphs.
Proof
Given a function f: V(G) → [k], define ϕ : V (H) → [k + 1] as follows:
ϕ(vi ) = f (vi ) for each 1 ≤ i ≤ n.
ϕ(vei ) = ϕ(x ∗ ) = c ∗ for each 1 ≤ i ≤ m.
Any pair of vertices that are adjacent in G are at a distance 2 in H
and receive distinct colors.
Also x ∗ is adjacent to all vi so they receive distinct colors.
Also vei , vej and x ∗ are adjacent in H so they receive same color as c ∗ .
Hence ϕ is an exact square coloring of H with k + 1 colors.
Proof
Given a function f: V(G) → [k], define ϕ : V (H) → [k + 1] as follows:
ϕ(vi ) = f (vi ) for each 1 ≤ i ≤ n.
ϕ(vei ) = ϕ(x ∗ ) = c ∗ for each 1 ≤ i ≤ m.
Any pair of vertices that are adjacent in G are at a distance 2 in H
and receive distinct colors.
Also x ∗ is adjacent to all vi so they receive distinct colors.
Also vei , vej and x ∗ are adjacent in H so they receive same color as c ∗ .
Hence ϕ is an exact square coloring of H with k + 1 colors.
Proof
Given a function f: V(G) → [k], define ϕ : V (H) → [k + 1] as follows:
ϕ(vi ) = f (vi ) for each 1 ≤ i ≤ n.
ϕ(vei ) = ϕ(x ∗ ) = c ∗ for each 1 ≤ i ≤ m.
Any pair of vertices that are adjacent in G are at a distance 2 in H
and receive distinct colors.
Also x ∗ is adjacent to all vi so they receive distinct colors.
Also vei , vej and x ∗ are adjacent in H so they receive same color as c ∗ .
Hence ϕ is an exact square coloring of H with k + 1 colors.
Proof
Given a function f: V(G) → [k], define ϕ : V (H) → [k + 1] as follows:
ϕ(vi ) = f (vi ) for each 1 ≤ i ≤ n.
ϕ(vei ) = ϕ(x ∗ ) = c ∗ for each 1 ≤ i ≤ m.
Any pair of vertices that are adjacent in G are at a distance 2 in H
and receive distinct colors.
Also x ∗ is adjacent to all vi so they receive distinct colors.
Also vei , vej and x ∗ are adjacent in H so they receive same color as c ∗ .
Hence ϕ is an exact square coloring of H with k + 1 colors.
Proof
Given a function f: V(G) → [k], define ϕ : V (H) → [k + 1] as follows:
ϕ(vi ) = f (vi ) for each 1 ≤ i ≤ n.
ϕ(vei ) = ϕ(x ∗ ) = c ∗ for each 1 ≤ i ≤ m.
Any pair of vertices that are adjacent in G are at a distance 2 in H
and receive distinct colors.
Also x ∗ is adjacent to all vi so they receive distinct colors.
Also vei , vej and x ∗ are adjacent in H so they receive same color as c ∗ .
Hence ϕ is an exact square coloring of H with k + 1 colors.
Theorem 3.3
A graph G has a bi-compatible elimination ordering if and only if G is a
proper interval graph.
Theorem 3.3
A graph G has a bi-compatible elimination ordering if and only if G is a
proper interval graph.
Theorem 3.3
A graph G has a bi-compatible elimination ordering if and only if G is a
proper interval graph.
Theorem 3.3
A graph G has a bi-compatible elimination ordering if and only if G is a
proper interval graph.
Theorem 3.4
Algorithm 1 returns χ[#2] (G) and an optimal exact square coloring of a
proper interval graph G in O(n + m).
Theorem 3.4
Algorithm 1 returns χ[#2] (G) and an optimal exact square coloring of a
proper interval graph G in O(n + m).
Theorem 3.4
Algorithm 1 returns χ[#2] (G) and an optimal exact square coloring of a
proper interval graph G in O(n + m).
Theorem 3.4
Algorithm 1 returns χ[#2] (G) and an optimal exact square coloring of a
proper interval graph G in O(n + m).
Theorem 3.4
Algorithm 1 returns χ[#2] (G) and an optimal exact square coloring of a
proper interval graph G in O(n + m).
Figure. An example of proper interval graph G and H, obtained from Algorithm 1, where H is a bipartite graph.
Figure. An example of proper interval graph G where H is not bipartite. The ESC obtained by algorithm 1 is on right.
1 Introduction
2 Preliminaries
4 Future Work
5 References
1 Introduction
2 Preliminaries
4 Future Work
5 References