Is there a closed form formula exists to count the number of non-perfect matchings in a bipartite graph given vertices and egdes count?
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
Given a bipartite graph with v
vertices each side, and initially, all vertices are disconnected
i.e., 0 edges were in the graph initially, how to count the number of ways of introducing v+2
or v+3
edges such that no perfect matching exists?
Any help is much appreciated. Counting each such combination seems very hard and I think that would not be the right approach as the total number of ways could be huge. Any help, topics, links, suggestions would be appreciated.
combinatorics graph-theory
add a comment |Â
up vote
1
down vote
favorite
Given a bipartite graph with v
vertices each side, and initially, all vertices are disconnected
i.e., 0 edges were in the graph initially, how to count the number of ways of introducing v+2
or v+3
edges such that no perfect matching exists?
Any help is much appreciated. Counting each such combination seems very hard and I think that would not be the right approach as the total number of ways could be huge. Any help, topics, links, suggestions would be appreciated.
combinatorics graph-theory
Two questions: your title and body seem to be asking two different questions, so which is it? Also, are these graphs labeled, for the purposes of counting?
– Bob Krueger
2 days ago
Yes, vertices are labelled, like V1, V2, v3, ...
– user3243499
2 days ago
My suggestion would be to use Konig's theorem to get a vertex cover, and then sum over edge configurations. It seems like it would have two or three nested sums though.
– Bob Krueger
2 days ago
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Given a bipartite graph with v
vertices each side, and initially, all vertices are disconnected
i.e., 0 edges were in the graph initially, how to count the number of ways of introducing v+2
or v+3
edges such that no perfect matching exists?
Any help is much appreciated. Counting each such combination seems very hard and I think that would not be the right approach as the total number of ways could be huge. Any help, topics, links, suggestions would be appreciated.
combinatorics graph-theory
Given a bipartite graph with v
vertices each side, and initially, all vertices are disconnected
i.e., 0 edges were in the graph initially, how to count the number of ways of introducing v+2
or v+3
edges such that no perfect matching exists?
Any help is much appreciated. Counting each such combination seems very hard and I think that would not be the right approach as the total number of ways could be huge. Any help, topics, links, suggestions would be appreciated.
combinatorics graph-theory
asked 2 days ago
user3243499
175110
175110
Two questions: your title and body seem to be asking two different questions, so which is it? Also, are these graphs labeled, for the purposes of counting?
– Bob Krueger
2 days ago
Yes, vertices are labelled, like V1, V2, v3, ...
– user3243499
2 days ago
My suggestion would be to use Konig's theorem to get a vertex cover, and then sum over edge configurations. It seems like it would have two or three nested sums though.
– Bob Krueger
2 days ago
add a comment |Â
Two questions: your title and body seem to be asking two different questions, so which is it? Also, are these graphs labeled, for the purposes of counting?
– Bob Krueger
2 days ago
Yes, vertices are labelled, like V1, V2, v3, ...
– user3243499
2 days ago
My suggestion would be to use Konig's theorem to get a vertex cover, and then sum over edge configurations. It seems like it would have two or three nested sums though.
– Bob Krueger
2 days ago
Two questions: your title and body seem to be asking two different questions, so which is it? Also, are these graphs labeled, for the purposes of counting?
– Bob Krueger
2 days ago
Two questions: your title and body seem to be asking two different questions, so which is it? Also, are these graphs labeled, for the purposes of counting?
– Bob Krueger
2 days ago
Yes, vertices are labelled, like V1, V2, v3, ...
– user3243499
2 days ago
Yes, vertices are labelled, like V1, V2, v3, ...
– user3243499
2 days ago
My suggestion would be to use Konig's theorem to get a vertex cover, and then sum over edge configurations. It seems like it would have two or three nested sums though.
– Bob Krueger
2 days ago
My suggestion would be to use Konig's theorem to get a vertex cover, and then sum over edge configurations. It seems like it would have two or three nested sums though.
– Bob Krueger
2 days ago
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%2f2871927%2fis-there-a-closed-form-formula-exists-to-count-the-number-of-non-perfect-matchin%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
Two questions: your title and body seem to be asking two different questions, so which is it? Also, are these graphs labeled, for the purposes of counting?
– Bob Krueger
2 days ago
Yes, vertices are labelled, like V1, V2, v3, ...
– user3243499
2 days ago
My suggestion would be to use Konig's theorem to get a vertex cover, and then sum over edge configurations. It seems like it would have two or three nested sums though.
– Bob Krueger
2 days ago