20 results for “undirected graph”
CS papers onlyHybrid search: Keyword + semantic, ranked by combined score.ⓘ
Want pure semantic search? Try claim verification →
The paper proves XNLP-hardness of Directed Edge Geography and Undirected Edge Geography when parameterized by pathwidth, and shows their fixed-parameter tractability when parameterized by treewidth an…
The authors prove that the solution-search problem for Ice Walk puzzle is ASP-complete by reducing Hamiltonian cycles in a maximum-degree-3 spanning subgraph of a rectangular grid graph to Ice Walk so…
This paper addresses the problem of inferring a directed network from nodal measurements using graph convolutional filters and identifies the diffusion filter and network topology.
The paper shows that for non-planar orthogonal drawings of a graph, two drawings are sufficient instead of the planar case's three.
This paper proves that counting quasi-trees in a connected ribbon graph is #P-complete.
This paper studies the problem of finding totally disjoint diametral paths in simple connected graphs and provides algorithms for certain classes of graphs.
This paper studies the NP-completeness and provides a polynomial-time algorithm for the disjoint separators problem in planar graphs when all sizes are equal to one.
This paper shows #P-completeness for several graph counting problems using a new technique.
A new polynomial-time algorithm is presented for optimally coloring perfect graphs using graph-theoretic operations and iterative walk counting.
This paper shows that for every graph, there exist a certain number of vertex-disjoint cycles of different lengths, or a smaller set of vertices such that the graph without these vertices has fewer cy…
Sarosh Adenwalla, Samuel Braunfeld, Tomáš Hons, John Sylvester +1 more
This paper studies set-defined graph classes and proves that bounded unions of shift-colorable graphs form the fundamental obstruction to chromatic number boundness in these classes.
This paper shows that finding the minimum geodetic set in chordal graphs is fixed parameter tractable, implying a polynomial-time algorithm for k-trees. It also proves that the problem is NP-hard on i…
This paper disproves a conjecture about the longest-path lengths of MaxSTN and MinSTN algorithms for producing $st$-orientations of biconnected graphs.
This paper experimentally evaluates various planar graph drawing algorithms and compares their performance in terms of visual properties.
This paper improves the time complexity of exact algorithms for converting a connected graph into a cactus by reducing it from O*(3^n) to O*(2^n) for unweighted graphs, and provides faster algorithms…