中文
相关论文

相关论文: Mutual-visibility problems in Kneser and Johnson g…

200 篇论文

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

In this paper, the strong and doubly metric dimensions of Johnson and Kneser graphs are considered. The exact value of the strong metric dimension of Johnson graph $J_{n,k}$ is obtained using the well-known results from the literature. The…

组合数学 · 数学 2026-05-11 Jozef Kratica , Mirjana Čangalović , Vera Kovačević-Vujčić

If $G$ is a graph, then $X\subseteq V(G)$ is a general position set if for every two vertices $v,u\in X$ and every shortest $(u,v)$-path $P$, it holds that no inner vertex of $P$ lies in $X$. In this note we propose three algorithms to…

组合数学 · 数学 2026-01-14 Zahra Hamed-Labbafian , Narjes Sabeghi , Mostafa Tavakoli , Sandi Klavžar

Given a measurable set $A\subset \mathbb R^d$ we consider the "large-distance graph" $\mathcal{G}_A$, on the ground set $A$, in which each pair of points from $A$ whose distance is bigger than 2 forms an edge. We consider the problems of…

A subgraph $G'$ of a graph $G$ is nice if $G-V(G')$ has a perfect matching. Nice subgraphs play a vital role in the theory of ear decomposition and matching minors of matching covered graphs. A vertex $u$ of a cubic graph is nice if $u$ and…

组合数学 · 数学 2025-09-01 Wuxian Chen , Fuliang Lu , Heping Zhang

A vertex set $U \subseteq V$ of an undirected graph $G=(V,E)$ is a $\textit{resolving set}$ for $G$, if for every two distinct vertices $u,v \in V$ there is a vertex $w \in U$ such that the distances between $u$ and $w$ and the distance…

计算复杂性 · 计算机科学 2018-06-28 Duygu Vietz , Stefan Hoffmann , Egon Wanke

A set of vertices X of a graph G is convex if it contains all vertices on shortest paths between vertices of X. We prove that for fixed p, all partitions of the vertex set of a bipartite graph into p convex sets can be found in polynomial…

组合数学 · 数学 2015-09-17 Luciano Grippo , Martín Matamala , Martín Safe , Maya Stein

The generalized Kneser graph $K(n,k,t)$ for integers $k>t>0$ and $n>2k-t$ is the graph whose vertices are the $k$-subsets of $\{1,\dots,n\}$ with two vertices adjacent if and only if they share less than $t$ elements. We determine the…

组合数学 · 数学 2022-03-29 Klaus Metsch

The maximum graph bisection problem is a well known graph partition problem. The problem has been proven to be NP-hard. In the maximum graph bisection problem it is required that the set of vertices is divided into two partition with equal…

离散数学 · 计算机科学 2015-12-03 Zoran Maksimovic

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

An independent set $I$ in a graph $G$ is maximal if $I$ is not properly contained in any other independent set of $G$. The study of maximal independent sets (MIS's) in various graphs is well-established, often focusing upon enumeration of…

Let R be monomial sub-algebra of $k[x_1,...,x_N]$ generated by square free monomials of degree two. This paper addresses the following question: when is R a complete intersection? For such a k-algebra we can associate a graph G whose…

交换代数 · 数学 2007-05-23 Mordechai Katzman

Topological drawings are natural representations of graphs in the plane, where vertices are represented by points, and edges by curves connecting the points. Topological drawings of complete graphs and of complete bipartite graphs have been…

计算几何 · 计算机科学 2017-02-10 Jean Cardinal , Stefan Felsner

All four invariants of the mutual-visibility problem and, all four invariants of the general position problem are determined for glued binary trees. The number of the corresponding extremal sets is obtained in each of the eight situations.…

组合数学 · 数学 2025-12-10 Dhanya Roy , Sandi Klavžar , Aparna Lakshmanan S

Two permutations of the vertices of a graph $G$ are called $G$-different if there exists an index $i$ such that $i$-th entry of the two permutations form an edge in $G$. We bound or determine the maximum size of a family of pairwise…

组合数学 · 数学 2017-03-01 Louis Golowich , Chiheon Kim , Richard Zhou

Let G=(V,E) be a graph. A set S is independent if no two vertices from S are adjacent, alpha(G) is the size of a maximum independent set, and core(G) is the intersection of all maximum independent sets. The number d(X)=|X|-|N(X)| is the…

离散数学 · 计算机科学 2011-02-10 Vadim E. Levit , Eugen Mandrescu

We examine several types of visibility graphs in which sightlines can pass through $k$ objects. For $k \geq 1$ we bound the maximum thickness of semi-bar $k$-visibility graphs between $\lceil \frac{2}{3} (k + 1) \rceil$ and $2k$. In…

组合数学 · 数学 2014-11-14 Matthew Babbitt , J. T. Geneson , Tanya Khovanova

Given two graphs $T$ and $F$, the maximum number of copies of $T$ in an $F$-free graph on $n$ vertices is called the generalized Tur\'{a}n number, denoted by $ex(n,T,F)$. When $T=K_2$, it reduces to the classical Tur\'{a}n number $ex(n,F)$.…

组合数学 · 数学 2019-11-15 Jian Wang

Suppose $G$ and $H$ are bipartite graphs and $L: V(G)\to 2^{V(H)}$ induces a partition of $V(H)$ such that the subgraph of $H$ induced between $L(v)$ and $L(v')$ is a matching whenever $vv'\in E(G)$. We show for each $\varepsilon>0$ that,…

组合数学 · 数学 2025-02-18 Stijn Cambie , Ross J. Kang

The Kneser graph $K(n,k)$ is defined for integers $n$ and $k$ with $n \geq 2k$ as the graph whose vertices are all the $k$-subsets of $\{1,2,\ldots,n\}$ where two such sets are adjacent if they are disjoint. A classical result of Lov\'asz…

数据结构与算法 · 计算机科学 2024-11-27 Ishay Haviv
‹ 上一页 1 8 9 10 下一页 ›