中文
相关论文

相关论文: A greedoid and a matroid inspired by Bhargava's $p…

200 篇论文

Inspired by Manjul Bhargava's theory of generalized factorials, Fedor Petrov and the author have defined the "Bhargava greedoid" -- a greedoid (a matroid-like set system on a finite set) assigned to any "ultra triple" (a somewhat extended…

组合数学 · 数学 2024-05-30 Darij Grinberg

Inspired by the notion of \emph{$r$-removed $P$-orderings} introduced in the setting of Dedekind domains by Bhargava \cite{Bha09-1} we study its generalization in the framework of arbitrary (generalised) ultrametric spaces. We show that…

组合数学 · 数学 2023-09-20 Dmitrii Krachun , Rozalina Mirgalimova

A greedoid is a generalization of a matroid allowing for more flexible analyses and modeling of combinatorial optimization problems. However, these structures decimate many matroid properties contributing to their pervasive nature. A…

组合数学 · 数学 2026-01-15 Robert Streit , Vijay K. Garg

We introduce the parametric matroid one-interdiction problem. Given a matroid, each element of its ground set is associated with a weight that depends linearly on a real parameter from a given parameter interval. The goal is to find, for…

组合数学 · 数学 2024-08-15 Nils Hausbrandt , Oliver Bachtler , Stefan Ruzika , Luca E. Schäfer

We consider the maximum bipartite matching problem in stochastic settings, namely the query-commit and price-of-information models. In the query-commit model, an edge e independently exists with probability $p_e$. We can query whether an…

数据结构与算法 · 计算机科学 2019-10-15 Buddhima Gamlath , Sagar Kale , Ola Svensson

Greedy minimum weight spanning tree packings have proven to be useful in connectivity-related problems. We study the process of greedy minimum weight base packings in general matroids and explore its applications. For general matroids, we…

数据结构与算法 · 计算机科学 2026-02-23 Pavel Arkhipov , Vladimir Kolmogorov

In the Maximum-size Properly Colored Forest problem, we are given an edge-colored undirected graph and the goal is to find a properly colored forest with as many edges as possible. We study this problem within a broader framework by…

数据结构与算法 · 计算机科学 2025-11-25 Yuhang Bai , Kristóf Bérczi , Johanna K. Siemelink

Given a simple graph $G$, a weight function $w:E(G)\rightarrow \mathbb{N} \setminus \{0\}$, and an orientation $D$ of $G$, we define $\mu^-(D) = \max_{v \in V(G)} w_D^-(v)$, where $w^-_D(v) = \sum_{u\in N_D^{-}(v)}w(uv)$. We say that $D$ is…

数据结构与算法 · 计算机科学 2018-04-12 Júlio Araújo , Cláudia Linhares Sales , Ignasi Sau , Ana Silva

In this paper, we consider a randomized greedy algorithm for independent sets in $r$-uniform $d$-regular hypergraphs $G$ on $n$ vertices with girth $g$. By analyzing the expected size of the independent sets generated by this algorithm, we…

组合数学 · 数学 2022-01-06 Jiaxi Nie , Jacques Verstraete

$\newcommand{\eps}{\varepsilon}$ In this paper, we consider two important problems defined on finite metric spaces, and provide efficient new algorithms and approximation schemes for these problems on inputs given as graph shortest path…

计算几何 · 计算机科学 2021-02-23 David Eppstein , Sariel Har-Peled , Anastasios Sidiropoulos

The induced matching width of a tree decomposition of a graph $G$ is the cardinality of a largest induced matching $M$ of $G$, such that there exists a bag that intersects every edge in $M$. The induced matching treewidth of a graph $G$,…

数据结构与算法 · 计算机科学 2025-07-11 Hans L. Bodlaender , Fedor V. Fomin , Tuukka Korhonen

We introduce greedy weights of matroids, inspired by those for linear codes. We show that a Wei duality holds for two of these types of greedy weights for matroids. Moreover we show that in the cases where the matroids involved are…

信息论 · 计算机科学 2020-02-21 Trygve Johnsen , Hugues Verdure

The greedy algorithm A iterates over a set of uniformly sized independent sets of a given graph G and checks for each set S which non-neighbor of S, if any, is best suited to be added to S, until no more suitable non-neighbors are found for…

数据结构与算法 · 计算机科学 2015-05-05 Asbjørn Brændeland

The classical problem of maximizing a submodular function under a matroid constraint is considered. Defining a new measure for the increments made by the greedy algorithm at each step, called the discriminant, improved approximation ratio…

数据结构与算法 · 计算机科学 2018-10-31 Nived Rajaraman , Rahul Vaze

The maximum intersection problem for a matroid and a greedoid, given by polynomial-time oracles, is shown $NP$-hard by expressing the satisfiability of boolean formulas in 3-conjunctive normal form as such an intersection. The corresponding…

数据结构与算法 · 计算机科学 2007-05-23 Taneli Mielikäinen , Esko Ukkonen

In the Inverse Matroid problem, we are given a matroid, a fixed basis $B$, and an initial weight function, and the goal is to minimally modify the weights -- measured by some function -- so that $B$ becomes a maximum-weight basis. The…

数据结构与算法 · 计算机科学 2025-07-03 Kristóf Bérczi , Lydia Mirabel Mendoza-Cadena , José Soto

Consider $G[X]$, where $G$ is a connected, isthmus-less and labelled graph, and $X$ is the edge-set or the vertex-set of the graph $G$. A Graphical Search Problem (GSP), denoted $\Pi(G[X],\gamma)$, consists of finding $Y$, where $Y…

计算复杂性 · 计算机科学 2025-02-11 Koko-Kalambay Kalafan Kayibi

We study the greedy independent set algorithm on sparse Erd\H{o}s-R\'enyi random graphs ${\mathcal G}(n,c/n)$. This range of $p$ is of interest due to the threshold at $c=e$, beyond which it appears that greedy algorithms are affected by a…

概率论 · 数学 2025-11-18 Brett Kolesnik

Given a matroid M on the ground set E, the Bergman fan B(M), or space of M-ultrametrics, is a polyhedral complex in R^E which arises in several different areas, such as tropical algebraic geometry, dynamical systems, and phylogenetics.…

组合数学 · 数学 2007-05-23 Federico Ardila

In $d$-Scattered Set we are given an (edge-weighted) graph and are asked to select at least $k$ vertices, so that the distance between any pair is at least $d$, thus generalizing Independent Set. We provide upper and lower bounds on the…

计算复杂性 · 计算机科学 2018-11-13 Ioannis Katsikarelis , Michael Lampis , Vangelis Th. Paschos
‹ 上一页 1 2 3 10 下一页 ›