Search-tree size estimation for the subgraph isomorphism problem

Uroš Čibej, Jurij Mihelič

Search-tree size estimation for the subgraph isomorphism problem

Číslo: 4/2018
Periodikum: Acta Electrotechnica et Informatica
DOI: 10.15546/aeei-2018-0026

Klíčová slova: Backtracking, heuristic sampling, sugraph matching, pattern matching, search trees, subgraph isomorphism

Pro získání musíte mít účet v Citace PRO.

Přečíst po přihlášení

Anotace: This article addresses the problem of finding patterns in graphs. This is formally defined as the subgraph isomorphism problem and is one of the core problems in theoretical computer science. We consider the counting variation of this problem. The task is to count all instances of the pattern G occurring in a (usually larger) graph H. The vast majority of algorithms for this problem use a variation of backtracking. Most commonly they exhaustively search through the space of all possible monomorphisms between G and H. The size of the search tree depends heavily on the choice of the ordering of vertices of G, which are systematically assigned to the vertices of H. We use a method called heuristic sampling to estimate the size of the search tree for each ordering in advance. We use this estimation to select the most suitable order of vertices of G which minimizes the expected tree size. This approach is empirically evaluated on a set of instances, showing the practical potential of the method.