中文
相关论文

相关论文: Some New Methods to Generate Short Addition Chains

200 篇论文

This paper introduces a novel algorithm combination designed for fast one-to-many multicriteria shortest path search. A preprocessing algorithm excludes irrelevant vertices by building a smaller cover graph. A modified version of…

数据结构与算法 · 计算机科学 2022-02-01 Temirlan Kurbanov , Marek Cuchý , Jiří Vokřínek

Given a directed graph $G$ on $n$ vertices with a special vertex $s$, the directed minimum degree spanning tree problem requires computing a incoming spanning tree rooted at $s$ whose maximum tree in-degree is the smallest among all such…

数据结构与算法 · 计算机科学 2019-05-28 Ran Duan , Tianyi Zhang

Column generation is an iterative method used to solve a variety of optimization problems. It decomposes the problem into two parts: a master problem, and one or more pricing problems (PP). The total computing time taken by the method is…

最优化与控制 · 数学 2022-01-10 Mouad Morabit , Guy Desaulniers , Andrea Lodi

Genome assembly, the process of reconstructing a long genetic sequence by aligning and merging short fragments, or reads, is known to be NP-hard, either as a version of the shortest common superstring problem or in a Hamiltonian-cycle…

统计力学 · 物理学 2024-03-12 L. A. Fernandez , V. Martin-Mayor , D. Yllanes

After Strassen presented the first sub-cubic matrix multiplication algorithm, many Strassen-like algorithms are presented. Most of them with low asymptotic cost have large hidden leading coefficient which are thus impractical. To reduce the…

符号计算 · 计算机科学 2022-03-31 Pu Wu , Huiqing Jiang , Zehui Shao , Jin Xu

$K$-means, a simple and effective clustering algorithm, is one of the most widely used algorithms in multimedia and computer vision community. Traditional $k$-means is an iterative algorithm---in each iteration new cluster centers are…

计算机视觉与模式识别 · 计算机科学 2013-12-12 Jingdong Wang , Jing Wang , Qifa Ke , Gang Zeng , Shipeng Li

Counting distinct permutations with replacement, especially when involving multiple subwords, is a longstanding challenge in combinatorial analysis, with critical applications in cryptography, bioinformatics, and statistical modeling. This…

密码学与安全 · 计算机科学 2024-11-27 Martin Mathew , Javier Noda

The construction of cut trees (also known as Gomory-Hu trees) for a given graph enables the minimum-cut size of the original graph to be obtained for any pair of vertices. Cut trees are a powerful back-end for graph management and mining,…

数据结构与算法 · 计算机科学 2016-09-29 Takuya Akiba , Yoichi Iwata , Yosuke Sameshima , Naoto Mizuno , Yosuke Yano

Addition chains are a classical construction for fast exponentiation and related computation problems. In this paper, we study a chain for a fixed integer $n$ by decomposing each generator into a \emph{determiner} and a \emph{regulator}…

数论 · 数学 2026-04-23 Theophilus Agama

Most recent state of the art architectures rely on combinations and variations of three approaches: convolutional, recurrent and self-attentive methods. Our work attempts in laying the basis for a new research direction for sequence…

计算机视觉与模式识别 · 计算机科学 2022-12-27 Jia Cheng Hu , Roberto Cavicchioli , Alessandro Capotondi

In this work, a graph partitioning problem in a fixed number of connected components is considered. Given an undirected graph with costs on the edges, the problem consists of partitioning the set of nodes into a fixed number of subsets with…

最优化与控制 · 数学 2024-11-12 Mishelle Cordero , Andrés Miniguano-Trujillo , Diego Recalde , Ramiro Torres , Polo Vaca

The shortest path problem is among the most fundamental combinatorial optimization problems to answer reachability queries. It is hard to deter-mine which vertices or edges are visited during shortest path traversals. In this paper, we…

社会与信息网络 · 计算机科学 2014-12-30 Waqas Nawaz , Kifayat Ullah Khan , Young-Koo Lee

Phylogenetic networks are used to represent the evolutionary history of species. Recently, the new class of orchard networks was introduced, which were later shown to be interpretable as trees with additional horizontal arcs. This makes the…

组合数学 · 数学 2023-05-09 Leo van Iersel , Mark Jones , Esther Julien , Yukihiro Murakami

Reliability of safety-critical systems is an important issue in system engineering and in most practical situations the reliability of a non series-parallel network system has to be calculated. Some methods for calculating reliability use…

概率论 · 数学 2017-05-30 Lukas Schaefer , Sergio Garcia , Vassili Srithammavanh

We consider the fundamental problem of constructing fast and small circuits for binary addition. We propose a new algorithm with running time $\mathcal O(n \log_2 n)$ for constructing linear-size $n$-bit adder circuits with a significantly…

数据结构与算法 · 计算机科学 2024-05-24 Ulrich Brenner , Anna Silvanus

Given a graph $G=(V,E)$, the minimum branch vertices problem consists in finding a spanning tree $T=(V,E')$ of $G$ minimizing the number of vertices with degree greater than two. We consider a simple combinatorial lower bound for the…

离散数学 · 计算机科学 2016-07-04 Rafael A. Melo , Phillippe Samer , Sebastián Urrutia

In this paper we use Python to implement two efficient modular exponentiation methods: the adaptive m-ary method and the adaptive sliding-window method of window size k, where both m's are adaptively chosen based on the length of exponent.…

数据结构与算法 · 计算机科学 2017-07-10 Shiyu Ji , Kun Wan

Implementing a quantum circuit on specific hardware with a reduced available gate set is often associated with a substantial increase in the length of the equivalent circuit. This process is also known as transpilation and due to…

量子物理 · 物理学 2025-02-21 Bodo Rosenhahn , Tobias J. Osborne , Christoph Hirche

In this thesis, Minimal Partitioning (MP) algorithm, an innovative algorithm for enumerating all the spanning trees in an undirected graph is presented. While MP algorithm uses a computational tree graph to traverse all possible spanning…

数据结构与算法 · 计算机科学 2014-07-04 Nasr Mohamed

Processing graphs with temporal information (the temporal graphs) has become increasingly important in the real world. In this paper, we study efficient solutions to temporal graph applications using new algorithms for Incremental Minimum…

数据结构与算法 · 计算机科学 2025-05-13 Xiangyun Ding , Yan Gu , Yihan Sun