Efficient Enumeration of Induced Matchings in a Graph without Cycles with Length Four

July 10, 2017 Β· Declared Dead Β· πŸ› IEICE Transactions on Fundamentals of Electronics Communications and Computer Sciences

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Kazuhiro Kurita, Kunihiro Wasa, Takeaki Uno, Hiroki Arimura arXiv ID 1707.02740 Category cs.DS: Data Structures & Algorithms Citations 7 Venue IEICE Transactions on Fundamentals of Electronics Communications and Computer Sciences Last Checked 4 months ago
Abstract
We address the induced matching enumeration problem. An edge set $M$ is an induced matching of a graph $G =(V,E)$. The enumeration of matchings are widely studied in literature, but the induced matching has not been paid much attention. A straightforward algorithm takes $O(|V|)$ time for each solution, that is coming from the time to generate a subproblem. We investigated local structures that enables us to generate subproblems in short time, and proved that the time complexity will be $O(1)$ if the input graph is $C_4$-free. A $C_4$-free graph is a graph any whose subgraph is not a cycle of length four. Finally, we show the fixed parameter tractability of counting induced matchings for graphs with bounded tree-width and planar graphs.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted