中文
相关论文

相关论文: Graph Pricing Problem on Bounded Treewidth, Bounde…

200 篇论文

We estimate fair graphs from graph-stationary nodal observations such that connections are not biased with respect to sensitive attributes. Edges in real-world graphs often exhibit preferences for connecting certain pairs of groups. Biased…

机器学习 · 计算机科学 2025-10-10 Madeline Navarro , Andrei Buciulea , Samuel Rey , Antonio G. Marques , Santiago Segarra

Graph product is a fundamental tool with rich applications in both graph theory and theoretical computer science. It is usually studied in the form $f(G*H)$ where $G$ and $H$ are graphs, * is a graph product and $f$ is a graph property. For…

离散数学 · 计算机科学 2014-10-21 Parinya Chalermsook , Bundit Laekhanukit , Danupon Nanongkai

Graph partition is a key component to achieve workload balance and reduce job completion time in parallel graph processing systems. Among the various partition strategies, edge partition has demonstrated more promising performance in…

数据结构与算法 · 计算机科学 2020-12-18 Zhenyu Guo , Mingyu Xiao , Yi Zhou , Dongxiang Zhang , Kian-Lee Tan

A mixed dominating set for a graph $G = (V,E)$ is a set $S\subseteq V \cup E$ such that every element $x \in (V \cup E) \backslash S$ is either adjacent or incident to an element of $S$. The mixed domination number of a graph $G$, denoted…

离散数学 · 计算机科学 2023-06-22 M. Rajaati , M. R. Hooshmandasl , M. J. Dinneen , A. Shakiba

The online dominating set problem is an online variant of the minimum dominating set problem, which is one of the most important NP-hard problems on graphs. This problem is defined as follows: Given an undirected graph $G = (V, E)$, in…

数据结构与算法 · 计算机科学 2017-11-01 Koji M. Kobayashi

Similar item recommendation is a critical task in the e-Commerce industry, which helps customers explore similar and relevant alternatives based on their interested products. Despite the traditional machine learning models, Graph Neural…

Randomized greedy algorithms form one of the simplest yet most effective approaches for computing approximate matchings in graphs. In this paper, we focus on the class of vertex-iterative (VI) randomized greedy matching algorithms, which…

数据结构与算法 · 计算机科学 2026-04-02 Mahsa Derakhshan , Tao Yu

We study the Second Price Matching problem, introduced by Azar, Birnbaum, Karlin, and Nguyen in 2009. In this problem, a bipartite graph (bidders and goods) is given, and the profit of a matching is the number of matches containing a second…

数据结构与算法 · 计算机科学 2025-05-12 Rom Pinchasi , Neta Singer , Lukas Vogl , Jiaye Wei

The network pricing problem (NPP) is a bilevel problem, where the leader optimizes its revenue by deciding on the prices of certain arcs in a graph, while expecting the followers (also known as the commodities) to choose a shortest path…

最优化与控制 · 数学 2024-01-31 Quang Minh Bui , Margarida Carvalho , José Neto

Graph coloring involves assigning colors to the vertices of a graph such that two vertices linked by an edge receive different colors. Graph coloring problems are general models that are very useful to formulate many relevant applications…

机器学习 · 计算机科学 2020-10-27 Olivier Goudet , Béatrice Duval , Jin-Kao Hao

Partial vertex cover and partial dominating set are two well-investigated optimization problems. While they are $\rm W[1]$-hard on general graphs, they have been shown to be fixed-parameter tractable on many sparse graph classes, including…

数据结构与算法 · 计算机科学 2025-07-01 Jakub Balabán , Daniel Mock , Peter Rossmanith

There is arbitrariness in optimum solutions of graph-theoretic problems that can give rise to unfairness. Incorporating fairness in such problems, however, can be done in multiple ways. For instance, fairness can be defined on an individual…

最优化与控制 · 数学 2023-11-28 Christopher Hojny , Frits Spieksma , Sten Wessel

The goal of this paper is to investigate a family of optimization problems arising from list homomorphisms, and to understand what the best possible algorithms are if we restrict the problem to bounded-treewidth graphs. For a fixed $H$, the…

计算复杂性 · 计算机科学 2024-02-14 Barış Can Esmer , Jacob Focke , Dániel Marx , Paweł Rzążewski

Designing fare systems for public transportation networks is a challenging task. A popular approach is to partition the network into fare zones (``zoning'') and fix journey prices depending on the number of traversed zones (``pricing''). In…

数据结构与算法 · 计算机科学 2026-04-27 Martin Hoefer , Lennart Kauther , Philipp Pabst , Britta Peis , Khai Van Tran

We connect several notions relating the structural and dynamical properties of a graph. Among them are the topological entropy coming from the vertex shift, which is related to the spectral radius of the graph's adjacency matrix, the…

组合数学 · 数学 2025-12-29 Fatihcan M. Atay , Türker Bıyıkoğlu

A bipartite graph $G(U,V;E)$ that admits a perfect matching is given. One player imposes a permutation $\pi$ over $V$, the other player imposes a permutation $\sigma$ over $U$. In the greedy matching algorithm, vertices of $U$ arrive in…

计算机科学与博弈论 · 计算机科学 2018-03-16 Alon Eden , Uriel Feige , Michal Feldman

We show that some natural problems that are XNLP-hard (which implies W[t]-hardness for all t) when parameterized by pathwidth or treewidth, become FPT when parameterized by stable gonality, a novel graph parameter based on optimal maps from…

数据结构与算法 · 计算机科学 2022-02-15 Hans L. Bodlaender , Gunther Cornelissen , Marieke van der Wegen

Given a labeled graph, the frequent-subgraph mining (FSM) problem asks to find all the $k$-vertex subgraphs that appear with frequency greater than a given threshold. FSM has numerous applications ranging from biology to network science, as…

数据结构与算法 · 计算机科学 2018-09-11 Cigdem Aslay , Muhammad Anis Uddin Nasir , Gianmarco De Francisci Morales , Aristides Gionis

A Graph of Convex Sets (GCS) is a graph in which vertices are associated with convex programs and edges couple pairs of programs through additional convex costs and constraints. Any optimization problem over an ordinary weighted graph…

最优化与控制 · 数学 2025-10-24 Tobia Marcucci

Stackelberg Pricing Games is a two-level combinatorial pricing problem studied in the Economics, Operation Research, and Computer Science communities. In this paper, we consider the decade-old shortest path version of this problem which is…

计算机科学与博弈论 · 计算机科学 2009-10-05 Parinya Chalermsook , Bundit Laekhanukit , Danupon Nanongkai