Does this graph construction have a name?
up vote
0
down vote
favorite
For a given graph $G = (V, E)$, construct a graph $G' = (V', E')$ where
$V' = V uplus V$ (disjoint union)
$( (b, v), (d, u) ) in E'$ (with $b,din mathbb B$) iff $(v,u)in E$ and either $b = d$ or $vneq u$
Essentially, it is the union of the graph products $G,Box, (0;;1)$ and $Gtimes (0{-}1)$. Two copies of $G$ with every pair of vertices connected according to $G$'s layout, excepting a direct connection between any pair of vertices.
I'm looking to use it to define boolean satisfiability probles in terms of tolerance relations/dependency graphs, so each vertex of $G$ represents a variable and each vertex of $G'$ represents assigning a variable to 0 or 1.
ETA: $mathbb B = {0, 1}$, the boolean domain. Used in the definition of disjoint union: $Auplus B = Atimes {0} cup Btimes {1} subseteq (Acup B)times mathbb B$.
graph-theory
add a comment |
up vote
0
down vote
favorite
For a given graph $G = (V, E)$, construct a graph $G' = (V', E')$ where
$V' = V uplus V$ (disjoint union)
$( (b, v), (d, u) ) in E'$ (with $b,din mathbb B$) iff $(v,u)in E$ and either $b = d$ or $vneq u$
Essentially, it is the union of the graph products $G,Box, (0;;1)$ and $Gtimes (0{-}1)$. Two copies of $G$ with every pair of vertices connected according to $G$'s layout, excepting a direct connection between any pair of vertices.
I'm looking to use it to define boolean satisfiability probles in terms of tolerance relations/dependency graphs, so each vertex of $G$ represents a variable and each vertex of $G'$ represents assigning a variable to 0 or 1.
ETA: $mathbb B = {0, 1}$, the boolean domain. Used in the definition of disjoint union: $Auplus B = Atimes {0} cup Btimes {1} subseteq (Acup B)times mathbb B$.
graph-theory
What is $mathbb B$?
– Servaes
yesterday
@Servaes $mathbb B = {0,1}$.
– Karl Damgaard Asmussen
yesterday
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
For a given graph $G = (V, E)$, construct a graph $G' = (V', E')$ where
$V' = V uplus V$ (disjoint union)
$( (b, v), (d, u) ) in E'$ (with $b,din mathbb B$) iff $(v,u)in E$ and either $b = d$ or $vneq u$
Essentially, it is the union of the graph products $G,Box, (0;;1)$ and $Gtimes (0{-}1)$. Two copies of $G$ with every pair of vertices connected according to $G$'s layout, excepting a direct connection between any pair of vertices.
I'm looking to use it to define boolean satisfiability probles in terms of tolerance relations/dependency graphs, so each vertex of $G$ represents a variable and each vertex of $G'$ represents assigning a variable to 0 or 1.
ETA: $mathbb B = {0, 1}$, the boolean domain. Used in the definition of disjoint union: $Auplus B = Atimes {0} cup Btimes {1} subseteq (Acup B)times mathbb B$.
graph-theory
For a given graph $G = (V, E)$, construct a graph $G' = (V', E')$ where
$V' = V uplus V$ (disjoint union)
$( (b, v), (d, u) ) in E'$ (with $b,din mathbb B$) iff $(v,u)in E$ and either $b = d$ or $vneq u$
Essentially, it is the union of the graph products $G,Box, (0;;1)$ and $Gtimes (0{-}1)$. Two copies of $G$ with every pair of vertices connected according to $G$'s layout, excepting a direct connection between any pair of vertices.
I'm looking to use it to define boolean satisfiability probles in terms of tolerance relations/dependency graphs, so each vertex of $G$ represents a variable and each vertex of $G'$ represents assigning a variable to 0 or 1.
ETA: $mathbb B = {0, 1}$, the boolean domain. Used in the definition of disjoint union: $Auplus B = Atimes {0} cup Btimes {1} subseteq (Acup B)times mathbb B$.
graph-theory
graph-theory
edited yesterday
asked yesterday
Karl Damgaard Asmussen
755411
755411
What is $mathbb B$?
– Servaes
yesterday
@Servaes $mathbb B = {0,1}$.
– Karl Damgaard Asmussen
yesterday
add a comment |
What is $mathbb B$?
– Servaes
yesterday
@Servaes $mathbb B = {0,1}$.
– Karl Damgaard Asmussen
yesterday
What is $mathbb B$?
– Servaes
yesterday
What is $mathbb B$?
– Servaes
yesterday
@Servaes $mathbb B = {0,1}$.
– Karl Damgaard Asmussen
yesterday
@Servaes $mathbb B = {0,1}$.
– Karl Damgaard Asmussen
yesterday
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3004899%2fdoes-this-graph-construction-have-a-name%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What is $mathbb B$?
– Servaes
yesterday
@Servaes $mathbb B = {0,1}$.
– Karl Damgaard Asmussen
yesterday