ciaranm / glasgow-subgraph-solver

A solver for subgraph isomorphism problems, based upon a series of papers by subsets of McCreesh, Prosser, and Trimble.
MIT License
69 stars 23 forks source link

add iterator import to input_graph.cc #14

Closed boothby closed 2 years ago

boothby commented 2 years ago

Similar to #13, I've managed to compile my wrapper (now public here) in MSVC, which surfaced another missing import.

ciaranm commented 2 years ago

Thanks