17 December 2019 1 8K Report

I need to find the maximum common edge (connected) subgraph of two input graphs.

I have implemented them in Python as follow:

I construct line graphs of two input graphs then identify the maximum clique of the modular graph of the line graphs.

The problem is that this implementation is computationally expensive.

I'm looking for a software tool in R for the MCES problem. Can you recommend me one?

More Hung Le's questions See All
Similar questions and discussions