码迷,mamicode.com
首页 > 其他好文 > 详细

静态信息挖掘与使用——文献学习--Variable Ordering for Efficient SAT Search by Analyzing Constraint-Variable Dependencies

时间:2020-07-18 11:33:24      阅读:75      评论:0      收藏:0      [点我收藏+]

标签:rate   活跃   logical   --   rop   count   pap   purpose   mda   

Variable Ordering for Efficient SAT Search by Analyzing Constraint-Variable Dependencies

Vijay Durairaj and Priyank Kalla
Department of Electrical and Computer Engineering,
University of Utah, Salt Lake City, UT-84112
{durairaj, kalla}@ece.utah.edu

 

提出了一种新的度量——变量对之间的关联度;


Abstract

 

This paper presents a new technique to derive an initial static variable ordering for efficient SAT search. Our approach not only exploits variable activity and connectivity information simultaneously, but it also analyzes how tightly the variables are related to each other.译文:本文提出了一种新的技术来推导初始静态变量的排序,以实现高效的SAT搜索。译文:我们的方法不仅同时利用变量活动和连接信息,而且还分析变量之间的紧密关系。

For this purpose,a new metric is proposed - the degree of correlation among pairs of variables. Variable activity and correlation information is modeled (implicitly) as a weighted graph.译文:为此,提出了一种新的度量——变量对之间的关联度。变元活跃度和相关性的信息被建模(隐式)为一个加权图。

A topological analysis of this graph generates
an order for SAT search. Also, the effect of decision-assignments on
clause-variable dependencies is taken into account during this analysis.
An algorithm called ACCORD (ACtivity - CORrelation - ORDering) is
proposed for this purpose. Using efficient implementations of the above,
experiments are conducted over a wide range of benchmarks. The results
demonstrate that: (i) the variable order generated by our approach significantly
improves the performance of SAT solvers; (ii) time to derive this
order is a fraction of the overall solving time. As a result, our approach
delivers faster performance as compared to contemporary approaches.

   

 

静态信息挖掘与使用——文献学习--Variable Ordering for Efficient SAT Search by Analyzing Constraint-Variable Dependencies

标签:rate   活跃   logical   --   rop   count   pap   purpose   mda   

原文地址:https://www.cnblogs.com/yuweng1689/p/13334545.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!