Inexact GED

The GED of two graphs is defined as the minimum cost of an edit path between them, where an edit path is a sequence of edit operations (inserting, deleting, and relabeling vertices or edges) that transforms one graph into another. Inexact GED computes an answer that is not gauranteed to be the exact GED.

Parameters

  • VV: number of vertices in the larger of the two graphs

Related Problems


Filters

Computational Model

Randomization

Approximation

Algorithms Table

Displaying 5 of 5 algorithms

See more
Y Bai2018O(V2)O(V^2)O(V2)O(V^2)
L Chang2017O(VE2logV)O(V E^2 \log V)O(V)O(V)
K Riesen2013O(V2)O(V^2)O(V)O(V)
Neuhaus, Riesen, Bunke2006O(V2)O(V^2)O(wV)O(wV)
Finch1998O(V2E)O(V^2 E)O(V2)O(V^2)

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Insuffient Data to display table