Interface with other subgraph isomorphism solvers
The Digraphs package implements a subgraph isomorphism solver in the form of DigraphEmbedding. It would good if we could interface with other subgraph isomorphism solver tools, such as https://github.com/ciaranm/glasgow-subgraph-solver.
PathLad is another option for a Subgraph Isomorphism Solver. That same link contains the benchmark set that is used widely in the SIP community.
I believe there might be a new version of PathLAD coming but am not sure when.
Looking at the gss at:
https://github.com/ciaranm/glasgow-subgraph-solver
it requires C++20 + boost (at least maybe more), which I think rules it out for our use cases at the moment, which is a shame.