中文
相关论文

相关论文: On the Bond Polytope

200 篇论文

The problem of computing all maximal induced subgraphs of a graph G that have a graph property P, also called the maximal P-subgraphs problem, is considered. This problem is studied for hereditary, connected-hereditary and rooted-hereditary…

数据结构与算法 · 计算机科学 2007-05-23 Sara Cohen , Yehoshua Sagiv

The basic goal of survivable network design is to construct low-cost networks which preserve a sufficient level of connectivity despite the failure or removal of a few nodes or edges. One of the most basic problems in this area is the…

数据结构与算法 · 计算机科学 2022-11-15 Mohit Garg , Fabrizio Grandoni , Afrouz Jabal Ameli

Let $G=(V,E)$ be a multigraph (it has multiple edges, but no loops). The edge connectivity, denoted by $\lambda(G)$, is the cardinality of a minimum edge-cut of $G$. We call $G$ maximally edge-connected if $\lambda(G)=\delta(G)$, and $G$…

组合数学 · 数学 2016-11-15 Yingzhi Tian , Jixiang Meng , Xing Chen

Given a graph $G(V,E)$, a vertex subset $S$ of $G$ is called an open packing in $G$ if no pair of distinct vertices in $S$ have a common neighbour in $G$. The size of a largest open packing in $G$ is called the open packing number,…

离散数学 · 计算机科学 2024-07-15 M. A. Shalu , V. K. Kirubakaran

There is a graph reduction system so that every optimal 1-planar graph can be reduced to an irreducible extended wheel graph, provided the reductions are applied such that the given graph class is preserved. A graph is optimal 1-planar if…

计算几何 · 计算机科学 2016-10-28 Franz J. Brandenburg

In this paper, we consider the following problem: given a connected graph $G$, can we reduce the domination number of $G$ by one by using only one edge contraction? We show that the problem is $\mathsf{NP}$-hard when restricted to…

离散数学 · 计算机科学 2019-08-06 Esther Galby , Paloma T. Lima , Bernard Ries

Given a set $P$ of $n$ points in the plane, we solve the problems of constructing a geometric planar graph spanning $P$ 1) of minimum degree 2, and 2) which is 2-edge connected, respectively, and has max edge length bounded by a factor of 2…

离散数学 · 计算机科学 2011-12-16 Stefan Dobrev , Evangelos Kranakis , Danny Krizanc , Oscar Morales-Ponce , Ladislav Stacho

Let G=(V,E) be a graph. A vertex dominates itself and all its neighbors, i.e., every vertex v in V dominates its closed neighborhood N[v]. A vertex set D in G is an efficient dominating (e.d.) set for G if for every vertex v in V, there is…

离散数学 · 计算机科学 2012-07-09 Andreas Brandstädt , Arne Leitert , Dieter Rautenbach

The problem of finding the maximum-weight, planar subgraph of a finite, simple graph with nonnegative real edge weights is well known in industrial and electrical engineering, systems biology, sociology and finance. As the problem is known…

离散数学 · 计算机科学 2017-12-18 Diane Castonguay , Elisângela Silva Dias , Leslie Richard Foulds

We prove upper bounds on the graph diameters of polytopes in two settings. The first is a worst-case bound for polytopes defined by integer constraints in terms of the height of the integers and certain subdeterminants of the constraint…

组合数学 · 数学 2022-09-16 Hariharan Narayanan , Rikhav Shah , Nikhil Srivastava

Given a graph $G=(V,E)$, for a vertex set $S\subseteq V$, let $N(S)$ denote the set of vertices in $V$ that have a neighbor in $S$. Extending the concept of binding number of graphs by Woodall~(1973), for a vertex set $X \subseteq V$, we…

离散数学 · 计算机科学 2023-07-11 Ebrahim Ghorbani , Hossein Jowhari

The hamiltonian circuit polytope is the convex hull of feasible solutions for the circuit constraint, which provides a succinct formulation of the traveling salesman and other sequencing problems. We study the polytope by establishing its…

组合数学 · 数学 2018-12-07 Latife Genc-Kaya , J. N. Hooker

Dynamic connectivity is a well-studied problem, but so far the most compelling progress has been confined to the edge-update model: maintain an understanding of connectivity in an undirected graph, subject to edge insertions and deletions.…

数据结构与算法 · 计算机科学 2008-08-11 Timothy M. Chan , Mihai Patrascu , Liam Roditty

For a connected graph G=(V,E), a subset U of V is called a disconnected cut if U disconnects the graph and the subgraph induced by U is disconnected as well. We show that the problem to test whether a graph has a disconnected cut is…

计算复杂性 · 计算机科学 2014-10-30 Barnaby Martin , Daniel Paulusma

Given a graph $G$, the maximal induced subgraphs problem asks to enumerate all maximal induced subgraphs of $G$ that belong to a certain hereditary graph class. While its optimization version, known as the minimum vertex deletion problem in…

数据结构与算法 · 计算机科学 2020-04-22 Yixin Cao

We consider the problem of enumerating optimal solutions for two hypergraph $k$-partitioning problems -- namely, Hypergraph-$k$-Cut and Minmax-Hypergraph-$k$-Partition. The input in hypergraph $k$-partitioning problems is a hypergraph…

数据结构与算法 · 计算机科学 2023-03-09 Calvin Beideman , Karthekeyan Chandrasekaran , Weihang Wang

We consider drawings of graphs in the plane in which vertices are assigned distinct points in the plane and edges are drawn as simple curves connecting the vertices and such that the edges intersect only at their common endpoints. There is…

计算几何 · 计算机科学 2022-03-17 Salman Parsa , Tim Ophelders

We consider the Hypergraph-$k$-cut problem. The input consists of a hypergraph $G=(V,E)$ with non-negative hyperedge-costs $c: E\rightarrow R_+$ and a positive integer $k$. The objective is to find a least-cost subset $F\subseteq E$ such…

数据结构与算法 · 计算机科学 2020-09-29 Karthekeyan Chandrasekaran , Chandra Chekuri

In this paper, we study the maximum matching problem in RDV graphs, i.e., graphs that are vertex-intersection graphs of downward paths in a rooted tree. We show that this problem can be reduced to a problem of testing (repeatedly) whether a…

计算几何 · 计算机科学 2024-06-07 Therese Biedl , Prashant Gokhale

For a (possibly infinite) fixed family of graphs F, we say that a graph G overlays F on a hypergraph H if V(H) is equal to V(G) and the subgraph of G induced by every hyperedge of H contains some member of F as a spanning subgraph.While it…

数据结构与算法 · 计算机科学 2017-03-16 Nathann Cohen , Frédéric Havet , Dorian Mazauric , Ignasi Sau , Rémi Watrigant
‹ 上一页 1 8 9 10 下一页 ›