作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2011, Vol. 37 ›› Issue (3): 30-32. doi: 10.3969/j.issn.1000-3428.2011.03.011

• 软件技术与数据库 • 上一篇    下一篇

子图同构验证算法OES

解春欣,汪 卫   

  1. (复旦大学计算机科学技术学院,上海 200433)
  • 出版日期:2011-02-05 发布日期:2011-01-28
  • 作者简介:解春欣(1985-),男,硕士研究生,主研方向:图数据的管理与挖掘;汪 卫,教授、博士生导师
  • 基金资助:
    国家自然科学基金资助项目“图数据库管理系统关键技术研究”(60673133)

OES:Subgraph Isomorphism Verification Algorithm

XIE Chun-xin, WANG Wei   

  1. (School of Computer Science, Fudan University, Shanghai 200433, China)
  • Online:2011-02-05 Published:2011-01-28

摘要: 提出一种新的子图同构验证算法OES,采用逐条边验证的方法寻找子图同构映射,以确定查询图是否为某个数据图的子图,通过调整边的验证顺序,提高算法的执行效率。给出一种为查询图的边打分的方法,每条边的得分越低,表明其剪枝效率越高,按照分数由低到高的边序验证可以取得较好的验证效率。

关键词: 子图查询, 子图同构算法, 查询优化, OES算法

Abstract: This paper proposes a novel subgraph isomorphism verification algorithm named OES, which tries to find a subgraph isomorphism map by searching edge by edge in order to check whether a query graph is contained in some data graphs, and it can raise the verification efficiency by adjusting the edge order. A grading method for edges in query graph is provided, in which the lower score an edge gets, the higher pruning efficiency it can gain. So that good efficiency can be gained by verifying the edges in the order from higher grades to lower grades.

Key words: subgraph query, subgraph isomorphism algorithm, query optimization, OES algorithm

中图分类号: