Minimum weight hamiltonian path on a weighted (0 and 1) tournament graph

The name of the pictureThe name of the pictureThe name of the pictureClash 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.







share|cite|improve this question



















  • Cross-posted on Computer Science: cs.stackexchange.com/questions/95616/….
    – Yuval Filmus
    Jul 25 at 20:21














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.







share|cite|improve this question



















  • Cross-posted on Computer Science: cs.stackexchange.com/questions/95616/….
    – Yuval Filmus
    Jul 25 at 20:21












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.







share|cite|improve this question











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.









share|cite|improve this question










share|cite|improve this question




share|cite|improve this question









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
















  • 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















active

oldest

votes











Your Answer




StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















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



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














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













































































Comments

Popular posts from this blog

What is the equation of a 3D cone with generalised tilt?

Color the edges and diagonals of a regular polygon

Relationship between determinant of matrix and determinant of adjoint?