咨询与建议

限定检索结果

文献类型

  • 164 篇 期刊文献
  • 71 篇 会议
  • 5 篇 学位论文

馆藏范围

  • 240 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 195 篇 工学
    • 185 篇 计算机科学与技术...
    • 46 篇 软件工程
    • 5 篇 电气工程
    • 3 篇 控制科学与工程
    • 1 篇 石油与天然气工程
    • 1 篇 生物工程
  • 120 篇 理学
    • 119 篇 数学
    • 3 篇 统计学(可授理学、...
    • 2 篇 生物学
  • 15 篇 管理学
    • 15 篇 管理科学与工程(可...
    • 4 篇 工商管理
  • 4 篇 经济学
    • 4 篇 应用经济学
  • 1 篇 医学
    • 1 篇 临床医学

主题

  • 240 篇 parameterized al...
  • 29 篇 graph algorithms
  • 24 篇 kernelization
  • 22 篇 treewidth
  • 20 篇 approximation al...
  • 14 篇 exact algorithms
  • 14 篇 parameterized co...
  • 10 篇 dynamic programm...
  • 7 篇 planar graphs
  • 6 篇 tree decompositi...
  • 6 篇 vertex cover
  • 6 篇 steiner tree
  • 5 篇 graphs
  • 5 篇 tournaments
  • 5 篇 exponential time...
  • 5 篇 branchwidth
  • 5 篇 chordal graphs
  • 5 篇 minimum fill-in
  • 5 篇 graph minors
  • 5 篇 feedback vertex ...

机构

  • 16 篇 univ elect sci &...
  • 16 篇 univ bergen dept...
  • 13 篇 univ bergen berg...
  • 9 篇 univ bergen dept...
  • 9 篇 univ trier fb ab...
  • 8 篇 univ montpellier...
  • 8 篇 inst math sci ma...
  • 6 篇 inst math sci ch...
  • 6 篇 ben gurion univ ...
  • 5 篇 univ warsaw inst...
  • 5 篇 hbni inst math s...
  • 4 篇 texas a&m univ d...
  • 4 篇 ben gurion univ ...
  • 4 篇 tu wien algorith...
  • 4 篇 univ bergen dept...
  • 4 篇 texas a&m univ d...
  • 3 篇 indian inst tech...
  • 3 篇 univ bergen n-50...
  • 3 篇 depaul univ sch ...
  • 3 篇 univ saarland d-...

作者

  • 25 篇 saurabh saket
  • 21 篇 thilikos dimitri...
  • 19 篇 xiao mingyu
  • 16 篇 fernau henning
  • 15 篇 fomin fedor v.
  • 15 篇 lokshtanov danie...
  • 8 篇 raman venkatesh
  • 8 篇 zehavi meirav
  • 7 篇 knop dusan
  • 7 篇 sau ignasi
  • 6 篇 pilipczuk marcin
  • 6 篇 hecher markus
  • 6 篇 panolan fahad
  • 6 篇 golovach petr a.
  • 6 篇 ramanujan m. s.
  • 6 篇 gaspers serge
  • 6 篇 fichte johannes ...
  • 6 篇 stamoulis gianno...
  • 5 篇 ordyniak sebasti...
  • 5 篇 pilipczuk michal

语言

  • 225 篇 英文
  • 15 篇 其他
检索条件"主题词=Parameterized Algorithms"
240 条 记 录,以下是141-150 订阅
排序:
Block Elimination Distance
收藏 引用
GRAPHS AND COMBINATORICS 2022年 第5期38卷 1-28页
作者: Diner, Oznur Yasar Giannopoulou, Archontia C. Stamoulis, Giannos Thilikos, Dimitrios M. Kadir Has Univ Comp Engn Dept Istanbul Turkey Univ Politecn Cataluna Dept Math Barcelona Spain Natl & Kapodistrian Univ Athens Dept Informat & Telecommun Athens Greece Univ Montpellier CNRS LIRMM Montpellier France
We introduce the parameter of block elimination distance as a measure of how close a graph is to some particular graph class. Formally, given a graph class g, the class B(G) contains all graphs whose blocks belong to ... 详细信息
来源: 评论
Matchings under distance constraints I
收藏 引用
ANNALS OF OPERATIONS RESEARCH 2021年 第1-2期305卷 137-161页
作者: Madarasi, Peter Eotvos Lorand Univ Dept Operat Res Budapest Hungary
This paper introduces the d-distance matching problem, in which we are given a bipartite graph G = (S, T;E) with S = {s(1),..., s(n)}, a weight function on the edges and an integer d epsilon Z(+). The goal is to find ... 详细信息
来源: 评论
Exploiting the Sparseness of Control-Flow and Call Graphs for Efficient and On-Demand Algebraic Program Analysis
收藏 引用
PROCEEDINGS OF THE ACM ON PROGRAMMING LANGUAGES-PACMPL 2023年 第OOPSLA期7卷 1993–2022页
作者: Conrado, Giovanna Kobus Goharshady, Amir Kafshdar Kochekov, Kerim Tsai, Yun Chen Zaher, Ahmed Khaled Hong Kong Univ Sci & Technol Dept Comp Sci & Engn Dept Math Clear Water Bay Hong Kong Peoples R China
Algebraic Program Analysis (APA) is a ubiquitous framework that has been employed as a unifying model for various problems in data-flow analysis, termination analysis, invariant generation, predicate abstraction and a... 详细信息
来源: 评论
A Practical Approach to Courcelle's Theorem
收藏 引用
ELECTRONIC NOTES IN THEORETICAL COMPUTER SCIENCE 2009年 第C期251卷 65-81页
作者: Kneis, Joachim Langer, Alexander Rhein Westfal TH Aachen Dept Comp Sci Aachen Germany
In 1990, Courcelle showed that every problem definable in Monadic Second-Order Logic (MSO) can be solved in linear time on graphs with bounded treewidth. This powerful and important theorem is amongst others the found... 详细信息
来源: 评论
The Bounded Pathwidth of Control-Flow Graphs
收藏 引用
PROCEEDINGS OF THE ACM ON PROGRAMMING LANGUAGES-PACMPL 2023年 第OOPSLA期7卷 292–317页
作者: Conrado, Giovanna Kobus Goharshady, Amir Kafshdar Lam, Chun Kit Hong Kong Univ Sci & Technol Dept Math Dept Comp Sci & Engn Clear Water Bay Hong Kong Peoples R China
Pathwidth and treewidth are standard and well-studied graph sparsity parameters which intuitively model the degree to which a given graph resembles a path or a tree, respectively. It is well-known that the control-flo... 详细信息
来源: 评论
A faster parameterized algorithm for temporal matching
收藏 引用
INFORMATION PROCESSING LETTERS 2022年 174卷
作者: Zschoche, Philipp Tech Univ Berlin Fac 4 Algorithm & Computat Complex Berlin Germany
A temporal graph is a sequence of graphs (called layers) over the same vertex set-describing a graph topology which is subject to discrete changes over time. A Delta-temporal matching M is a set of time edges (e, t) (... 详细信息
来源: 评论
parameterized analysis and crossing minimization problems
收藏 引用
COMPUTER SCIENCE REVIEW 2022年 45卷
作者: Zehavi, Meirav Ben Gurion Univ Negev Beer Sheva Israel
In this survey/introductory article, we first present the basics of the field of parameterized Complexity, made accessible to readers without background on the subject. Afterwards, we survey some central questions in ... 详细信息
来源: 评论
A fully polynomial parameterized algorithm for counting the number of reachable vertices in a digraph
收藏 引用
INFORMATION PROCESSING LETTERS 2021年 171卷
作者: Ohsaka, Naoto NEC Corp Ltd Kawasaki Kanagawa 2118666 Japan
We consider the problem of counting the number of vertices reachable from each vertex in a digraph G, which is equal to computing all the out-degrees of the transitive closure of G. The current (theoretically) fastest... 详细信息
来源: 评论
The parameterized complexity of finding minimum bounded chains
收藏 引用
COMPUTATIONAL GEOMETRY-THEORY AND APPLICATIONS 2024年 122卷
作者: Blaser, Nello Brun, Morten Salbu, Lars M. Vagset, Erlend Raa Univ Bergen Dept Informat Bergen Norway Univ Bergen Dept Math Bergen Norway Univ Bergen Ctr Data Sci Bergen Norway Western Norway Univ Appl Sci Dept Comp Sci Elect Engn & Math Sci Forde Norway
Finding the smallest d-chain with a specific (d - 1)-boundary in a simplicial complex is known as the Minimum Bounded Chain problem (MBCd). MBCd is NP-hard for all d >= 2. In this paper, we prove that it is also W[... 详细信息
来源: 评论
A parameterized Measure-and-Conquer Analysis for Finding a k-Leaf Spanning Tree in an Undirected Graph
收藏 引用
DISCRETE MATHEMATICS AND THEORETICAL COMPUTER SCIENCE 2014年 第1期16卷 179-200页
作者: Binkele-Raible, Daniel Fernau, Henning Univ Trier Abt Informat Wissensch Trier Germany
The problem of finding a spanning tree in an undirected graph with a maximum number of leaves is known to be NP-hard. We present an algorithm which finds a spanning tree with at least k leaves in time O*(3.4575(k)) wh... 详细信息
来源: 评论