中文
相关论文

相关论文: Edge-fault-tolerant strong Menger edge connectivit…

200 篇论文

A connected graph $G$ is called strongly Menger edge connected if $G$ has min\{deg$_G(x)$, deg$_G(y)$\} edge-disjoint paths between any two distinct vertices $x$ and $y$ in $G$. In this paper, we consider two types of strongly Menger edge…

组合数学 · 数学 2022-02-14 Huanshen Jia , Jianguo Qian

Since a plurality of processors in a distributed computer system working in parallel, to ensure the fault tolerance and stability of the network is an important issue in distributed systems. As the topology of the distributed network can be…

组合数学 · 数学 2020-12-17 Xin Wang , Chaoqun Ma , Jia Guo

The edge-fault-tolerance of networks is of great significance to the design and maintenance of networks. For any pair of vertices $u$ and $v$ of the connected graph $G$, if they are connected by $\min \{ \deg_G(u),\deg_G(v)\}$ edge-disjoint…

组合数学 · 数学 2022-09-27 Dong Liu. Pingshan Li , Bicheng Zhang

We consider the probability model of edge-fault tolerance of a network in the sense of connectivity with link faults. Using graph-theoretical notation, we define the edge-fault (EF) and Menger-type edge-fault (MEF) tolerances of a graph as…

组合数学 · 数学 2025-10-24 Huanshen Jia , Jianguo Qian

This paper considers a kind of generalized measure $\lambda_s^{(h)}$ of fault tolerance in a hypercube-like graph $G_n$ which contain several well-known interconnection networks such as hypercubes, varietal hypercubes, twisted cubes,…

组合数学 · 数学 2012-12-21 Xiang-Jun Li , Jun-Ming Xu

The interconnection network considered in this paper is the bubble-sort star graph. The $n$-dimensional bubble-sort star graph $BS_n$ is a bipartite and $(2n-3)$-regular graph of order $n!$. A bipartite graph $G$ is edge-bipancyclic if each…

组合数学 · 数学 2019-07-16 Jia Guo , Mei Lu

We study a new and stronger notion of fault-tolerant graph structures whose size bounds depend on the degree of the failing edge set, rather than the total number of faults. For a subset of faulty edges $F \subseteq G$, the faulty-degree…

数据结构与算法 · 计算机科学 2023-09-14 Greg Bodwin , Bernhard Haeupler , Merav Parter

A connected graph $G$ is called strongly Menger (edge) connected if for any two distinct vertices $x,y$ of $G$, there are $\min \{{\rm deg}_G(x), {\rm deg}_G(y)\}$ vertex(edge)-disjoint paths between $x$ and $y$. In this paper, we consider…

组合数学 · 数学 2019-10-03 Mei-Mei Gu , Jou-Ming Chang , Rong-Xia Hao

For $S\subseteq V(G)$ with $|S|\ge 2$, let $\kappa_G (S)$ denote the maximum number of internally disjoint trees connecting $S$ in $G$. For $2\le k\le n$, the generalized $k$-connectivity $\kappa_k(G)$ of an $n$-vertex connected graph $G$…

组合数学 · 数学 2023-03-27 Leyou Xu , Bo Zhou

The restricted edge-connectivity of a connected graph $G$, denoted by $\lambda^{\prime}(G)$, if it exists, is the minimum cardinality of a set of edges whose deletion makes $G$ disconnected and each component with at least 2 vertices. It…

组合数学 · 数学 2024-01-30 Hazhe Ye , Yingzhi Tian

Let $G_n$ be an $n$-dimensional recursive network. The $h$-embedded connectivity $\zeta_h(G_n)$ (resp. edge-connectivity $\eta_h(G_n)$) of $G_n$ is the minimum number of vertices (resp. edges) whose removal results in disconnected and each…

组合数学 · 数学 2015-11-16 Xiang-Jun Li , Qi-Qi Dong , Zheng Yan , Jun-Ming Xu

Reliability evaluation and fault tolerance of an interconnection network of some parallel and distributed systems are discussed separately under various link-faulty hypotheses in terms of different $\mathcal{P}$-conditional…

组合数学 · 数学 2022-03-25 Mingzu Zhang , Zhaoxia Tian , Lianzhu Zhang

Fault-tolerant connectivity labelings are schemes that, given an $n$-vertex graph $G=(V,E)$ and $f\geq 1$, produce succinct yet informative labels for the elements of the graph. Given only the labels of two vertices $u,v$ and of the…

数据结构与算法 · 计算机科学 2024-02-20 Asaf Petruschka , Shay Sapir , Elad Tzalik

This paper introduces a new class of efficient inter connection networks called as M-graphs for large multi-processor systems.The concept of M-matrix and M-graph is an extension of Mn-matrices and Mn-graphs.We analyze these M-graphs…

信息论 · 计算机科学 2007-07-13 R. N. Mohan , P. T. Kulkarni

In this paper, we consider the question of computing sparse subgraphs for any input directed graph $G=(V,E)$ on $n$ vertices and $m$ edges, that preserves reachability and/or strong connectivity structures. We show $O(n+\min\{|{\cal…

数据结构与算法 · 计算机科学 2020-04-28 Diptarka Chakraborty , Keerti Choudhary

Let $G$ be a graph with vertex set $V(G)$ and edge set $E(G)$. An edge subset $F\subseteq E(G)$ is called a restricted edge-cut if $G-F$ is disconnected and has no isolated vertices. The restricted edge-connectivity $\lambda'(G)$ of $G$ is…

组合数学 · 数学 2023-01-31 Jiaqiong Yin , Yingzhi Tian

A \emph{uniform random intersection graph} $G(n,m,k)$ is a random graph constructed as follows. Label each of $n$ nodes by a randomly chosen set of $k$ distinct colours taken from some finite set of possible colours of size $m$. Nodes are…

组合数学 · 数学 2008-12-03 Simon R. Blackburn , Stefanie Gerke

Let $G$ be a (multi)graph of order $n$ and let $u,v$ be vertices of $G$. The maximum number of internally disjoint $u$-$v$ paths in $G$ is denoted by $\kappa_G(u,v)$, and the maximum number of edge-disjoint $u$-$v$ paths in $G$ is denoted…

组合数学 · 数学 2018-10-25 Rocío M. Casablanca , Lucas Mol , Ortrud R. Oellermann

A $k$-fault-tolerant connectivity preserver of a directed $n$-vertex graph $G$ is a subgraph $H$ such that, for any edge set $F \subseteq E(G)$ of size $|F| \le k$, the strongly connected components of $G - F$ and $H - F$ are the same.…

数据结构与算法 · 计算机科学 2025-10-06 Gary Hoppenworth , Thatchaphol Saranurak , Benyu Wang

A monitoring edge-geodetic set, or simply an MEG-set, of a graph $G$ is a vertex subset $M \subseteq V(G)$ such that given any edge $e$ of $G$, $e$ lies on every shortest $u$-$v$ path of $G$, for some $u,v \in M$. The monitoring…

离散数学 · 计算机科学 2025-01-22 Florent Foucaud , Clara Marcille , Zin Mar Myint , R. B. Sandeep , Sagnik Sen , S. Taruni
‹ 上一页 1 2 3 10 下一页 ›