首页 | 本学科首页   官方微博 | 高级检索  
     

一种基于图分割的动态回溯算法
引用本文:王萌.一种基于图分割的动态回溯算法[J].计算机工程,2012,38(21):185-188.
作者姓名:王萌
作者单位:吉林大学软件学院,长春,130012
摘    要:动态回溯算法在进行回溯时保留所有已赋值变量的值,从而可能与后面赋值的变量产生冲突,其在解决不具有明显子问题结构的约束满足问题时效率较低。为此,将图分割技术应用于动态回溯,通过图分割将变量分为若干集合,当发生回溯时,不保留全部变量的值,舍弃那些与引起冲突的变量在同一集合变量中的值。实验结果表明,该算法在求解没有明显子问题结构的约束满足问题时具有较高的效率。

关 键 词:人工智能  约束满足问题  动态回溯  图分割  约束网络
收稿时间:2011-12-27

A Dynamic Backtracking Algorithm Based on Graph Partitioning
WANG Meng.A Dynamic Backtracking Algorithm Based on Graph Partitioning[J].Computer Engineering,2012,38(21):185-188.
Authors:WANG Meng
Affiliation:(College of Software, Jilin University, Changchun 130012, China)
Abstract:The dynamic backtracking algorithm keeps its assigned value for each variable when it backtracks. However, it becomes inefficient when it comes to the constraint satisfaction problems that do not consist of sub problems. To solve the problem, this paper applies graph partitioning to dynamic backtracking. The main idea is to divide all the variables into several sets using graph partitioning. When it back tracks, it gives up the values of the variables that are in the same set with the culprit variable, instead of keeping all the values. Experimental results show that the new method has higher efficiency on the random satisfaction problems.
Keywords:artificial intelligence  Constraint Satisfaction Problem(CSP)  dynamic backtracking  graph partitioning  constraint network
本文献已被 CNKI 维普 万方数据 等数据库收录!
点击此处可从《计算机工程》浏览原始摘要信息
点击此处可从《计算机工程》下载全文
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号