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

计算机工程 ›› 2011, Vol. 37 ›› Issue (11): 62-63,66. doi: 10.3969/j.issn.1000-3428.2011.11.021

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

基于关系模型的子图同构检测算法设计与实现

刘 波1,2,3,房 斌1,张世勇2,李直霖4   

  1. (1. 重庆大学计算机学院,重庆 400044;2. 重庆工商大学计算机科学与信息工程学院,重庆 400067; 3. 电子商务重庆市重点实验室,重庆 400067;4. 煤炭科学研究总院重庆研究院,重庆 400037)
  • 收稿日期:2011-02-21 出版日期:2011-06-05 发布日期:2011-06-05
  • 作者简介:刘 波(1977-),男,讲师、博士研究生,主研方向:数据库技术,机器学习,图像处理;房 斌,教授、博士生导师; 张世勇,讲师;李直霖,工程师
  • 基金资助:
    重庆市教委基金资助项目“农村管理与服务信息数据库研究与设计项目”(KJ080712)

Design and Implementation of Subgraph Isomorphism Detection Algorithm Based on Relational Model

LIU Bo  1,2,3, FANG Bin  1, ZHANG Shi-yong  2, LI Zhi-lin  4   

  1. (1. College of Computer Science, Chongqing University, Chongqing 400044, China; 2. School of Computer Science and Information Engineering, Chongqing Technology and Business University, Chongqing 400067, China; 3. Chongqing Key Laboratory of Electronic Commerce, Chongqing 400067, China; 4. Chongqing Institute of Coal Science Research Institute, Chongqing 400037, China)
  • Received:2011-02-21 Online:2011-06-05 Published:2011-06-05

摘要: 在图分解索引(GDI)算法的基础上,利用关系模型存储图的分解信息,采用B*树对子图结点度进行索引,由此提出一种新的子图同构检测算法——关系图分解索引(RGDI)。实验结果证明,与GDI相比,RGDI可节省更多存储空间,得到的候选集更准确,且子图同构检测效率更高。

关键词: 图数据库, 图分解索引算法, 子图同构, B*树, 关系模型

Abstract: Based on Graph Decomposition Index(GDI) algorithm, by using relational model to store decomposition information of the graph and utilizing B* tree to index degree of node in graph, this paper proposes a new subgraph isomorphism algorithm named Relational Graph Decomposition Index(RGDI). Experimental results show that compared with GDI, RGDI can save more storage space, get more precise candidate sets and has higher detection efficiency.

Key words: graph database, Graph Decomposition Index(GDI) algorithm, subgraph isomorphism, B* tree, relational model

中图分类号: