中文
相关论文

相关论文: Multicolored Dynamos on Toroidal Meshes

200 篇论文

An edge-colored graph is said to be balanced if it has an equal number of edges of each color. Given a graph $G$ whose edges are colored using two colors and a positive integer $k$, the objective in the Edge Balanced Connected Subgraph…

数据结构与算法 · 计算机科学 2024-04-03 P. S. Ardra , R. Krithika , Saket Saurabh , Roohani Sharma

Numerous methods for time-series anomaly detection (TSAD) have emerged in recent years, most of which are unsupervised and assume that only normal samples are available during the training phase, due to the challenge of obtaining abnormal…

机器学习 · 计算机科学 2024-08-08 Thomas Lai , Thi Kieu Khanh Ho , Narges Armanfard

Tolerance graphs model interval relations in such a way that intervals can tolerate a certain amount of overlap without being in conflict. In one of the most natural generalizations of tolerance graphs with direct applications in the…

计算复杂性 · 计算机科学 2016-05-17 Archontia C. Giannopoulou , George B. Mertzios

Networks are ubiquitous throughout science and engineering. A number of methods, including some from our own group, have explored how one goes about computing or predicting the dynamics of networks given information about internal models of…

分子网络 · 定量生物学 2017-11-06 Gabriel A. Silva

Computing the densest subgraph is a primitive graph operation with critical applications in detecting communities, events, and anomalies in biological, social, Web, and financial networks. In this paper, we study the novel problem of Most…

社会与信息网络 · 计算机科学 2022-12-23 Arkaprava Saha , Xiangyu Ke , Arijit Khan , Cheng Long

Let $T(H, G_n)$ be the number of monochromatic copies of a fixed connected graph $H$ in a uniformly random coloring of the vertices of the graph $G_n$. In this paper we give a complete characterization of the limiting distribution of $T(H,…

概率论 · 数学 2021-03-03 Bhaswar B. Bhattacharya , Sumit Mukherjee

A graph is said to be {\it total-colored} if all the edges and the vertices of the graph are colored. A total-coloring of a graph is a {\it total monochromatically-connecting coloring} ({\it TMC-coloring}, for short) if any two vertices of…

组合数学 · 数学 2016-04-11 Hui Jiang , Xueliang Li , Yingying Zhang

We study graph coloring problems in the streaming model, where the goal is to process an $n$-vertex graph whose edges arrive in a stream, using a limited space that is smaller than the trivial $O(n^2)$ bound. While prior work has largely…

数据结构与算法 · 计算机科学 2025-10-22 Sepehr Assadi , Janani Sundaresan , Helia Yazdanyar

We consider the task of topology discovery of sparse random graphs using end-to-end random measurements (e.g., delay) between a subset of nodes, referred to as the participants. The rest of the nodes are hidden, and do not provide any…

社会与信息网络 · 计算机科学 2012-03-06 Animashree Anandkumar , Avinatan Hassidim , Jonathan Kelner

Given a graph G = (V,E), a vertex subset S is called t-stable (or t-dependent) if the subgraph G[S] induced on S has maximum degree at most t. The t-stability number of G is the maximum order of a t-stable set in G. We investigate the…

组合数学 · 数学 2010-10-27 Nikolaos Fountoulakis , Ross J. Kang , Colin McDiarmid

The Minimum Dominating Set (MDS) problem is one of the most fundamental and challenging problems in distributed computing. While it is well-known that minimum dominating sets cannot be approximated locally on general graphs, over the last…

分布式、并行与集群计算 · 计算机科学 2019-04-18 Saeed Akhoondian Amiri , Stefan Schmid , Sebastian Siebertz

Let $G = (V,E)$ be a simple, undirected and connected graph. A connected dominating set $S \subseteq V$ is a secure connected dominating set of $G$, if for each $ u \in V\setminus S$, there exists $v\in S$ such that $(u,v) \in E$ and the…

离散数学 · 计算机科学 2020-02-04 Jakkepalli Pavan Kumar , P. Venkata Subba Reddy

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 $[n]=\{1,2,\ldots,n\}$ where two such sets are adjacent if they are disjoint. The Schrijver graph $S(n,k)$…

数据结构与算法 · 计算机科学 2024-02-14 Ishay Haviv

The problem of achieving consensus in a network of connected systems arises in many science and engineering applications. In contrast to previous works, we focus on the system reactivity, i.e., the initial amplification of the norm of the…

系统与控制 · 电气工程与系统科学 2023-06-21 Amirhossein Nazerian , David Phillips , Hernan A. Makse , Francesco Sorrentino

In a reconfiguration setting, each clique of a graph $G$ is viewed as a set of tokens placed on vertices of $G$ such that no vertex has more than one token and any two tokens are adjacent. Three well-known reconfiguration rules have been…

组合数学 · 数学 2025-12-15 Quan N. Lam , Huu An Phan , Duc A. Hoang

The \emph{total graph} $T(G)$ of a multigraph $G$ has as its vertices the set of edges and vertices of $G$ and has an edge between two vertices if their corresponding elements are either adjacent or incident in $G$. We show that if $G$ has…

组合数学 · 数学 2015-08-06 Daniel W. Cranston

Let $\Lambda(T)$ denote the set of leaves in a tree $T$. One natural problem is to look for a spanning tree $T$ of a given graph $G$ such that $\Lambda(T)$ is as large as possible. This problem is called maximum leaf number, and it is a…

组合数学 · 数学 2026-02-19 Peter Bradshaw , Tomáš Masařík , Jana Novotná , Ladislav Stacho

This paper considers the optimal multi-agent persistent monitoring problem defined for a team of agents on a set of nodes (targets) interconnected according to a fixed network topology. The aim is to control this team so as to minimize a…

最优化与控制 · 数学 2020-12-14 Shirantha Welikala , Christos G. Cassandras

A widely studied model for influence diffusion in social networks are {\it target sets}. For a graph $G$ and an integer-valued threshold function $\tau$ on its vertex set, a {\it target set} or {\it dynamic monopoly} is a set of vertices of…

组合数学 · 数学 2018-05-28 Stefan Ehard , Dieter Rautenbach

We study how the complexity of the graph colouring problems star colouring and restricted star colouring vary with the maximum degree of the graph. Restricted star colouring (in short, rs colouring) is a variant of star colouring. For $k\in…

组合数学 · 数学 2023-09-21 Shalu M. A. , Cyriac Antony
‹ 上一页 1 8 9 10 下一页 ›