cuplv / FixrGraphIso

Implementation of the approximate graph isomorphism
Apache License 2.0
1 stars 0 forks source link

Store "real" subgraph isomorphisms #26

Open smover opened 6 years ago

smover commented 6 years ago

Now the subgraph isomorphism encoding is less restrictive and may represent multiple encodings.

This is correct for mining, since we are just interested in the "decision" problem. However, when we store the subgraph isomorphism relation we need to save the precise isomorphism (and not the more large relation represented in the model from the sat solver).