Minimum weight hamiltonian path on a weighted (0 and 1) tournament graph
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
Suppose we have a weighted tournament graph. (A directed graph in which every pair of distinct vertices is connected by a single directed edge.)
The weights are constrained to be 0 and 1.
I know that every tournament contains atleast one hamiltonian path and can be found in time complexity $O(n^2)$.
However, I have two questions:
a) Is there a way to find the minimum weight hamiltonian path if we know that all weights are constrained to be either 0 or 1?
b) Is there an efficient algorithm to find ALL hamiltonian paths in a tournament graph?? This would solve a) automatically if true.
combinatorics graph-theory computer-science
add a comment |Â
up vote
0
down vote
favorite
Suppose we have a weighted tournament graph. (A directed graph in which every pair of distinct vertices is connected by a single directed edge.)
The weights are constrained to be 0 and 1.
I know that every tournament contains atleast one hamiltonian path and can be found in time complexity $O(n^2)$.
However, I have two questions:
a) Is there a way to find the minimum weight hamiltonian path if we know that all weights are constrained to be either 0 or 1?
b) Is there an efficient algorithm to find ALL hamiltonian paths in a tournament graph?? This would solve a) automatically if true.
combinatorics graph-theory computer-science
Cross-posted on Computer Science: cs.stackexchange.com/questions/95616/….
– Yuval Filmus
Jul 25 at 20:21
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Suppose we have a weighted tournament graph. (A directed graph in which every pair of distinct vertices is connected by a single directed edge.)
The weights are constrained to be 0 and 1.
I know that every tournament contains atleast one hamiltonian path and can be found in time complexity $O(n^2)$.
However, I have two questions:
a) Is there a way to find the minimum weight hamiltonian path if we know that all weights are constrained to be either 0 or 1?
b) Is there an efficient algorithm to find ALL hamiltonian paths in a tournament graph?? This would solve a) automatically if true.
combinatorics graph-theory computer-science
Suppose we have a weighted tournament graph. (A directed graph in which every pair of distinct vertices is connected by a single directed edge.)
The weights are constrained to be 0 and 1.
I know that every tournament contains atleast one hamiltonian path and can be found in time complexity $O(n^2)$.
However, I have two questions:
a) Is there a way to find the minimum weight hamiltonian path if we know that all weights are constrained to be either 0 or 1?
b) Is there an efficient algorithm to find ALL hamiltonian paths in a tournament graph?? This would solve a) automatically if true.
combinatorics graph-theory computer-science
asked Jul 25 at 16:28


Vinayak Suresh
414
414
Cross-posted on Computer Science: cs.stackexchange.com/questions/95616/….
– Yuval Filmus
Jul 25 at 20:21
add a comment |Â
Cross-posted on Computer Science: cs.stackexchange.com/questions/95616/….
– Yuval Filmus
Jul 25 at 20:21
Cross-posted on Computer Science: cs.stackexchange.com/questions/95616/….
– Yuval Filmus
Jul 25 at 20:21
Cross-posted on Computer Science: cs.stackexchange.com/questions/95616/….
– Yuval Filmus
Jul 25 at 20:21
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2862584%2fminimum-weight-hamiltonian-path-on-a-weighted-0-and-1-tournament-graph%23new-answer', 'question_page');
);
Post as a guest
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
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
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
Cross-posted on Computer Science: cs.stackexchange.com/questions/95616/….
– Yuval Filmus
Jul 25 at 20:21