A Global Constraint for Graph Isomorphism Problems

Published: 2004, Last Modified: 11 Nov 2024CPAIOR 2004EveryoneRevisionsBibTeXCC BY-SA 4.0
Abstract: The graph isomorphism problem consists in deciding if two given graphs have an identical structure. This problem can be modeled as a constraint satisfaction problem in a very straightforward way, so that one can use constraint programming to solve it. However, constraint programming is a generic tool that may be less efficient than dedicated algorithms which can take advantage of the global semantic of the original problem.
Loading