基于“测量治之”方法的算法设计研究
项目介绍
AI项目解读
基本信息
- 批准号:61370071
- 项目类别:面上项目
- 资助金额:75.0万
- 负责人:
- 依托单位:
- 学科分类:F0201.计算机科学的基础理论
- 结题年份:2017
- 批准年份:2013
- 项目状态:已结题
- 起止时间:2014-01-01 至2017-12-31
- 项目参与者:Hiroshi Nagamochi; 钟秀琴; 池水明; 余盛季; 孙鹏; 吕娜; 张西洋; 程呈; 何雄;
- 关键词:
项目摘要
The measure-and-conquer method, firstly introduced in 2006, is a new technique that has been found great applications in the design and analysis of exact algorithms for hard problems. This method catches some good properties of the problems and then can lead simple and improved algorithms. Currently, many best exact algorithms for basic NP-hard problems are designed with this method. In this project, we plain to do: 1. fruit this new method by establishing some theories for the constraints on the 'weights' and the way how to identify the best weights, and investigate how to combine this method with other techniques to design parameterized algorithms and so on; 2. based on the method, design improved algorithms for some basic NP-hard problems, such as Feedback Set, Dominating Set and Graph Modification problems. The applicant has investigated the measure-and-conquer method for many years and is quite familiar with it, and has designed the current best exact algorithms for Edge Dominating Set, TSP in low-degree graphs, Independent Set in low-degree graphs and some other basic NP-hard problems. More than 20 papers under the applicant's name have been published in Algorithmica and other journals or conferences in this area. The background of the research group should be strong enough to achieve this project.
测量治之方法(The Measure & Conquer Method)是2006年被提出来的一种新的算法设计与分析方法,该方法在NP难问题的精确算法设计中得到很好的应用。它从简单的算法中巧妙地抓住问题的性质从而给出改进的运行时间上界。目前很多NP难问题的最佳精确算法就是基于该方法设计的。本项目主要研究内容包括:1. 进一步研究测量治之方法中权值的约束和测量,扩充该方法的理论框架,并研究该方法在参数算法等的应用;2. 基于该方法为包括反馈集、支配集、图修改问题在内的各种基本NP难问题设计更快的算法。申请人是最早研究该方法的科研人员之一,目前已基于该方法为诸如边支配集、低度图TSP、低度图独立集等多个问题设计了当前最佳精确算法,近三年来在Algorithmica、TCS等国际重要期刊和会议上第一作者发表该方向的论文21篇。项目组在科研上很活跃,有较强理论研究基础,能承担基础科研项目。
结项摘要
本项目对“测量治之”方法进行了深入研究并形成了系列科研成果,截止2017年12月已经发表了资助论文32篇和论文集1本。发表的论文中有15篇为国际SCI期刊论文,15篇为国际会议论文,剩下2篇则发表在中文计算机学报和软件学报上。按CCF分区类来算,其中4篇A类,7篇B类,9篇C类。值得说明的是32篇已发表论文中28篇为第一标注项目基金号。..该项目在“测量治之”技术上进行了多方面的深入研究,提出了新的测量对象——非顶点加权的概念以及“shift”的分摊分析概念,利用这些新方法将“测量治之”技术应用到TSP等以前未能应用的问题上,从而开拓了该技术的应用场景。基于新的算法设计技巧,该项目为最大独立集、反馈集、子集反馈集、最大导出匹配、k-plex、3路径点覆盖、低度图上的TSP、支配导出匹配等基本NP难问题设计设计了当前最佳的精确算法。部分具体结果列举如下:.1. 最大独立集问题:设计了运行时间为O(1.1996^n)的多项式内存空间算法,改进了1986年Robson给出的O(1.2109^n)的指数空间算法,打破了Fomin等人提出的1.2^n这个界限;.2. 最大导出匹配问题:将原有时间上界O(1.4786^n)改进到了O(1.3752^n);.3. 反馈顶点集问题:将原有时间上界O(1. 7548^n)改进到了O(1.7266^n);.4. 子集反馈顶点集问题:将原有时间上界O(1.8638^n)改进到了O(1. 7743^n);.5. 3度图和4度图上的TSP问题:分别给出了新的运行时间上界O(1. 2312^n)和O(1.692^n);.6. 3路径点覆盖问题:将原有时间上界O(1. 4658^n)改进到了O(1.3659^n);.7. 支配导出匹配问题:给出了运行时间为O(1.1467^n)的算法,大大改进了已知各个算法;.8. K-plex问题:第一次打破了穷举搜索时间界O(2^n),对于每个给定的k,得到一个运行时间为O(c^n)的算法,其中c是一个严格小于2的常数。
项目成果
期刊论文数量(17)
专著数量(1)
科研奖励数量(0)
会议论文数量(15)
专利数量(0)
Exact algorithms for dominating induced matching based on graph partition
基于图划分的主导诱导匹配精确算法
- DOI:10.1016/j.dam.2015.04.012
- 发表时间:2014-08
- 期刊:Discrete Applied Mathematics
- 影响因子:1.1
- 作者:Mingyu Xiao;Hiroshi Nagamochi
- 通讯作者:Hiroshi Nagamochi
Exact algorithms for maximum independent set
最大独立集的精确算法
- DOI:10.1016/j.ic.2017.06.001
- 发表时间:2017-08-01
- 期刊:INFORMATION AND COMPUTATION
- 影响因子:1
- 作者:Xiao, Mingyu;Nagamochi, Hiroshi
- 通讯作者:Nagamochi, Hiroshi
带有多折扣选项的滑雪租赁问题的在线和离线算法
- DOI:10.13328/j.cnki.jos.004492
- 发表时间:2014
- 期刊:软件学报
- 影响因子:--
- 作者:肖鸣宇;沈正翔
- 通讯作者:沈正翔
Complexity and kernels for bipartition into degree-bounded induced graphs
二分到有度有界诱导图的复杂性和内核
- DOI:10.1016/j.tcs.2016.11.011
- 发表时间:2014-12
- 期刊:Theoretical Computer Science
- 影响因子:1.1
- 作者:Mingyu Xiao;Hiroshi Nagamochi
- 通讯作者:Hiroshi Nagamochi
A refined algorithm for maximum independent set in degree-4 graphs
4 度图中最大独立集的改进算法
- DOI:10.1007/s10878-017-0115-3
- 发表时间:2017-02
- 期刊:Journal of Combinatorial Optimization
- 影响因子:1
- 作者:Mingyu Xiao;Hiorshi Nagamochi
- 通讯作者:Hiorshi Nagamochi
数据更新时间:{{ journalArticles.updateTime }}
{{
item.title }}
{{ item.translation_title }}
- DOI:{{ item.doi || "--"}}
- 发表时间:{{ item.publish_year || "--" }}
- 期刊:{{ item.journal_name }}
- 影响因子:{{ item.factor || "--"}}
- 作者:{{ item.authors }}
- 通讯作者:{{ item.author }}
数据更新时间:{{ journalArticles.updateTime }}
{{ item.title }}
- 作者:{{ item.authors }}
数据更新时间:{{ monograph.updateTime }}
{{ item.title }}
- 作者:{{ item.authors }}
数据更新时间:{{ sciAawards.updateTime }}
{{ item.title }}
- 作者:{{ item.authors }}
数据更新时间:{{ conferencePapers.updateTime }}
{{ item.title }}
- 作者:{{ item.authors }}
数据更新时间:{{ patent.updateTime }}
其他文献
多端图切割的改进参数算法
- DOI:--
- 发表时间:--
- 期刊:Theory of Computing Systems
- 影响因子:0.5
- 作者:肖鸣宇
- 通讯作者:肖鸣宇
超图中发现最小的3路切割
- DOI:--
- 发表时间:--
- 期刊:Information Processing Letters
- 影响因子:0.5
- 作者:肖鸣宇
- 通讯作者:肖鸣宇
其他文献
{{
item.title }}
{{ item.translation_title }}
- DOI:{{ item.doi || "--" }}
- 发表时间:{{ item.publish_year || "--"}}
- 期刊:{{ item.journal_name }}
- 影响因子:{{ item.factor || "--" }}
- 作者:{{ item.authors }}
- 通讯作者:{{ item.author }}

内容获取失败,请点击重试

查看分析示例
此项目为已结题,我已根据课题信息分析并撰写以下内容,帮您拓宽课题思路:
AI项目摘要
AI项目思路
AI技术路线图

请为本次AI项目解读的内容对您的实用性打分
非常不实用
非常实用
1
2
3
4
5
6
7
8
9
10
您认为此功能如何分析更能满足您的需求,请填写您的反馈:
肖鸣宇的其他基金
车辆路径规划及其相关问题的近似算法研究
- 批准号:62372095
- 批准年份:2023
- 资助金额:50 万元
- 项目类别:面上项目
基于极值图论和近似模型的核心化算法研究
- 批准号:61972070
- 批准年份:2019
- 资助金额:60 万元
- 项目类别:面上项目
核心化算法中的新技术研究
- 批准号:61772115
- 批准年份:2017
- 资助金额:16.0 万元
- 项目类别:面上项目
图上若干基本NP难问题的算法研究
- 批准号:60903007
- 批准年份:2009
- 资助金额:18.0 万元
- 项目类别:青年科学基金项目
相似国自然基金
{{ item.name }}
- 批准号:{{ item.ratify_no }}
- 批准年份:{{ item.approval_year }}
- 资助金额:{{ item.support_num }}
- 项目类别:{{ item.project_type }}
相似海外基金
{{
item.name }}
{{ item.translate_name }}
- 批准号:{{ item.ratify_no }}
- 财政年份:{{ item.approval_year }}
- 资助金额:{{ item.support_num }}
- 项目类别:{{ item.project_type }}