English
Related papers

Related papers: Books in graphs

200 papers

A matching cut in a graph G is an edge cut of G that is also a matching. This short survey gives an overview of old and new results and open problems for Maximum Matching Cut, which is to determine the size of a largest matching cut in a…

Combinatorics · Mathematics 2023-12-21 Van Bang Le , Felicia Lucke , Daniël Paulusma , Bernard Ries

We show that the cliques of maximal size in the confluence graph of an arbitrary unital of order $q>2$ have size $q^2$, and that these cliques are the pencils of all blocks through a given point. This solves the Erd\H{o}s-Ko-Rado problem…

Combinatorics · Mathematics 2025-08-29 Theo Grundhöfer , Markus J. Stroppel , Hendrik Van Maldeghem

In this paper, we consider the average size of independent edge sets, also called matchings, in a graph. We characterize the extremal graphs for the average size of matchings in general graphs and trees. In addition, we obtain inequalities…

Combinatorics · Mathematics 2019-03-26 Eric O. D. Andriantiana , Valisoa Razanajatovo Misanantenaina , Stephan Wagner

In a book embedding of a graph G, the vertices of G are placed in order along a straight-line called spine of the book, and the edges of G are drawn on a set of half-planes, called the pages of the book, such that two edges drawn on a page…

Computational Geometry · Computer Science 2015-10-21 Md. Jawaherul Alam , Franz J. Brandenburg , Stephen G. Kobourov

Given a graph $G$ and a non trivial partition $(V_1,V_2)$ of its vertex-set, the satisfaction of a vertex $v\in V_i$ is the ratio between the size of it's closed neighborhood in $V_i$ and the size of its closed neighborhood in $G$. The…

Combinatorics · Mathematics 2021-12-14 Valentin Bouquet , François Delbot , Christophe Picouleau

The $n$-$book ~embedding$ of a graph $G$ is an embedding of the graph $G$ in an $n$-book with the vertices of $G$ on the spine and each edge to the pages without crossing each other. If the degree of vertices of $G$ at most one in each…

Combinatorics · Mathematics 2022-08-15 Zeling Shao , Yanqing Liu , Zhiguo Li

A Hypercube $Q_n$ is a graph in which the vertices are all binary vectors of length n, and two vertices are adjacent if and only if their components differ in exactly one place. A galaxy or a star forest is a union of vertex disjoint stars.…

Combinatorics · Mathematics 2022-03-18 Negin Karisani , E. S. Mahmoodian , Narges K. Sobhani

We determine the maximum possible number of edges of a graph with $n$ vertices, matching number at most $s$ and clique number at most $k$ for all admissible values of the parameters.

Combinatorics · Mathematics 2022-10-28 Noga Alon , Peter Frankl

The book number $b(G)$ of a graph $G$ is the maximum number of triangles sharing a common edge. A strengthening of Mantel's theorem due to Rademacher states that every $n$-vertex graph with more than $\lfloor n^2/4\rfloor$ edges contains at…

Combinatorics · Mathematics 2026-05-05 Kaizhe Chen , Jie Ma , Tianhen Wang

A $q$-graph $H$ on $n$ vertices is a set of vectors of length $n$ with all entries from $\{0,1,\dots,q\}$ and every vector (that we call a $q$-edge) having exactly two non-zero entries. The support of a $q$-edge $\mathbf{x}$ is the pair…

Combinatorics · Mathematics 2023-05-04 Balázs Patkós , Zsolt Tuza , Máté Vizer

An $(n,s,q)$-graph is an $n$-vertex multigraph in which every $s$-set of vertices spans at most $q$ edges. Tur\'an-type questions on the maximum of the sum of the edge multiplicities in such multigraphs have been studied since the 1990s.…

Combinatorics · Mathematics 2021-12-20 A. Nicholas Day , Victor Falgas-Ravry , Andrew Treglown

Let $k\ge 2$ and $n_1\ge n_2\ge n_3\ge n_4$ be integers such that $n_4$ is sufficiently larger than $k$. We determine the maximum number of edges of a 4-partite graph with parts of sizes $n_1,\dots, n_4$ that does not contain $k$…

Combinatorics · Mathematics 2021-11-23 Jie Han , Yi Zhao

A $k$-stack layout (also called a $k$-page book embedding) of a graph consists of a total order of the vertices, and a partition of the edges into $k$ sets of non-crossing edges with respect to the vertex order. The stack number (book…

Discrete Mathematics · Computer Science 2020-07-31 Sergey Pupyrev

We determine the maximum number of edges that a planar graph can have as a function of its maximum degree and matching number.

Combinatorics · Mathematics 2022-07-08 Lars Jaffke , Paloma T. Lima

The hypercube Q_n is the graph whose vertex set is {0,1}^n and where two vertices are adjacent if they differ in exactly one coordinate. For any subgraph H of the cube, let ex(Q_n, H) be the maximum number of edges in a subgraph of Q_n…

Combinatorics · Mathematics 2010-05-05 David Conlon

Perfect matchings and maximum weight matchings are two fundamental combinatorial structures. We consider the ratio between the maximum weight of a perfect matching and the maximum weight of a general matching. Motivated by the computer…

Discrete Mathematics · Computer Science 2018-11-08 Emilio Vital Brazil , Guilherme D. da Fonseca , Celina de Figueiredo , Diana Sasaki

A linear layout of a graph typically consists of a total vertex order, and a partition of the edges into sets of either non-crossing edges, called stacks, or non-nested edges, called queues. The stack (queue) number of a graph is the…

Data Structures and Algorithms · Computer Science 2021-07-13 Jawaherul Md. Alam , Michael A. Bekos , Martin Gronemann , Michael Kaufmann , Sergey Pupyrev

Let $\G(v,e)$ be the set of all simple graphs with $v$ vertices and $e$ edges and let $P_2(G)=\sum d_i^2$ denote the sum of the squares of the degrees, $d_1, >..., d_v$, of the vertices of $G$. It is known that the maximum value of $P_2(G)$…

Let $G$ be a simple graph and $v$ be a vertex of $G$. The triangle-degree of $v$ in $G$ is the number of triangles that contain $v$. While every graph has at least two vertices with the same degree, there are graphs in which every vertex…

A graph is a data structure composed of dots (i.e. vertices) and lines (i.e. edges). The dots and lines of a graph can be organized into intricate arrangements. The ability for a graph to denote objects and their relationships to one…

Data Structures and Algorithms · Computer Science 2010-09-07 Marko A. Rodriguez , Peter Neubauer