InfOmics / RI

RI is a general purpose algorithm for one-to-one exact subgraph isomorphism problem maintaining topological constraints.
Other
19 stars 10 forks source link

Clarification on Supported Input Formats in RI #5

Open Syzseisus opened 9 months ago

Syzseisus commented 9 months ago

Hello,

First of all, I appreciate with your great work.

I've been examining the RI tool and noticed a discrepancy between the input formats listed in the README and those described in the ri3.cpp file's usage function.

In the README, five input formats are described:

However, the usage function in ri3.cpp lists the following formats:

This discrepancy is quite puzzling. Could you please clarify which is the correct set of supported formats? Also, in cases where node labels are entirely absent, can we consider it equivalent to the "direct graphs with one single label on nodes" format as described in the third line of ri3.cpp's usage function?

Thank you for your assistance.

Sincerely, Syz