中文
相关论文

相关论文: Adjacent vertices of small degree in minimal match…

200 篇论文

A connected graph, on four or more vertices, is matching covered (aka 1-extendable) if every edge is present in some perfect matching. An ear decomposition theorem exists for bipartite matching covered graphs due to Hetyei. From the results…

组合数学 · 数学 2026-05-21 Amit Kumar Mallik , Ajit A. Diwan , Nishad Kothari

A connected graph $G$ with a perfect matching is said to be $k$-extendable for integers $k$, $1 \leq k\leq \frac{|V(G)|}{2}-1$, if any matching in $G$ of size $k$ is contained in a perfect matching of $G$. A $k$-extendable graph is minimal…

组合数学 · 数学 2025-10-07 Jing Guo , Fuliang Lu , Heping Zhang

A graph is called matching covered if for its every edge there is a maximum matching containing it. It is shown that minimal matching covered graphs contain a perfect matching.

离散数学 · 计算机科学 2007-07-16 V. V. Mkrtchyan

A matching covered graph $G$ is minimal if for each edge $e$ of $G$, $G-e$ is not matching covered. An edge $e$ of a matching covered graph $G$ is removable if $G-e$ is also matching covered. Thus a matching covered graph is minimal if and…

组合数学 · 数学 2024-05-28 Yipei Zhang , Xiumei Wang , Jinjiang Yuan , C. T. Ng , T. C. E. Cheng

Minimal prime graphs are connected graphs on at least two vertices whose complements satisfy the following conditions: triangle-freeness, 3-colorability, and edge-maximality with respect to the latter two properties. These graphs are prime…

组合数学 · 数学 2025-12-19 Bryan Alvarez , Micah Dorton , Thomas Michael Keller , Lawrence Liu , Evan Zhang

Halin showed that every edge minimal, k-vertex connected graph has a vertex of degree k. In this note, we prove the analogue to Halin's theorem for edge-minimal, k-edge-connected graphs. We show there are two vertices of degree k in every…

组合数学 · 数学 2009-05-08 Carl Kingsford , Guillaume Marçais

A connected graph G with at least two vertices is matching covered if each of its edges lies in a perfect matching. We say that an edge e in a matching covered graph G is removable if G-e is matching covered. A pair {e; f} of edges of a…

组合数学 · 数学 2025-06-03 Xiaoling He , Fuliang Lu , Jinxin Xue

Mader conjectured in 1979 that an average degree of at least $3k-1$ in a graph is sufficient for the existence of a $(k+1)$-connected subgraph. The following minimum degree analogue holds: Every graph with minimum degree at least $3k-1$…

组合数学 · 数学 2026-05-29 Maximilian Krone

A graph $G$ with four or more vertices is called bicritical if the removal of any pair of distinct vertices of $G$ results in a graph with a perfect matching. A bicritical graph is minimal if the deletion of each edge results in a…

组合数学 · 数学 2024-10-15 Jing Guo , Hailun Wu , Heping Zhang

Let $G$ be a connected graph with vertex set $V(G)=\{v_1,v_2,...,v_{\nu}\}$, which may have multiple edges but have no loops, and $2\leq d_G(v_i)\leq 3$ for $i=1,2,...,\nu$, where $d_G(v)$ denotes the degree of vertex $v$ of $G$. We show…

组合数学 · 数学 2009-06-23 Weigen Yan , Fuji Zhang

The visibility graph of a finite set of points in the plane has the points as vertices and an edge between two vertices if the line segment between them contains no other points. This paper establishes bounds on the edge- and…

组合数学 · 数学 2013-01-24 Michael S. Payne , Attila Pór , Pavel Valtr , David R. Wood

A graph is 1-planar if it can be drawn in the plane so that each edge is crossed by at most one another edge. In this work we prove that each 1-planar graph of minimum degree at least $3$ contains an edge with degrees of its endvertices of…

组合数学 · 数学 2019-12-17 Bei Niu , Xin Zhang

A matching of a graph is a set of edges without common end vertex. A graph is called 1-planar if it admits a drawing in the plane such that each edge is crossed at most once. Recently, Biedl and Wittnebel proved that every 1-planar graph…

组合数学 · 数学 2022-07-11 Yuanqiu Huang , Zhangdong Ouyang , Fengming Dong

We prove that every connected cubic graph with $n$ vertices has a maximal matching of size at most $\frac{5}{12} n+ \frac{1}{2}$. This confirms the cubic case of a conjecture of Baste, F\"urst, Henning, Mohr and Rautenbach (2019) on regular…

组合数学 · 数学 2021-08-10 Wouter Cames van Batenburg

An edge-coloured graph $G$ is called $properly$ $connected$ if every two vertices are connected by a proper path. The $proper$ $connection$ $number$ of a connected graph $G$, denoted by $pc(G)$, is the smallest number of colours that are…

组合数学 · 数学 2018-06-26 Xiaxia Guan , Lina Xue , Eddie Cheng , Weihua Yang

A k-tree is either a complete graph on (k+1) vertices or given a k-tree G' with n vertices, a k-tree G with (n+1) vertices can be constructed by introducing a new vertex v and picking a k-clique Q in G' and then joining each vertex u in Q.…

离散数学 · 计算机科学 2011-03-25 Suresh Badarla , R Rama

We call a finite undirected graph minimally k-matchable if it has at least k distinct perfect matchings but deleting any edge results in a graph which has not. An odd subdivision of some graph G is any graph obtained by replacing every edge…

组合数学 · 数学 2016-08-05 Gasper Fijavz , Matthias Kriesell

Mader [J. Combin. Theory Ser. B 40 (1986) 152-158] proved that every $k$-edge-connected graph $G$ with minimum degree at least $k+1$ contains a vertex $u$ such that $G-\{u\}$ is still $k$-edge-connected. In this paper, we prove that every…

组合数学 · 数学 2023-12-12 Qing Yang , Yingzhi Tian

For a positive integer $k$, a graph is $k$-knitted if for each $k$-subset $S$ of vertices, and every partition of $S$ into disjoint parts $S_1, \ldots, S_t$ for some $t\ge 1$, one can find disjoint connected subgraphs $C_1, \ldots, C_t$…

组合数学 · 数学 2019-06-11 Runrun Liu , Martin Rolek , Gexin Yu

Generally, a graph G, an independent set is a subset S of vertices in G such that no two vertices in S are adjacent (connected by an edge) and a vertex cover is a subset S of vertices such that each edge of G has at least one of its…

数据结构与算法 · 计算机科学 2009-09-02 Kamanashis Biswas , S. A. M. Harun
‹ 上一页 1 2 3 10 下一页 ›