Not induced subgraph isomorphism
In boost 1.54, the function vf2_subgraph_mono was introduced for "(not necessarily induced) subgraph isomorphism testing". Currently, graph/topology/graph_subgraph_isomorphism.cc only calls vf2_subgraph_iso, thus ignoring induced=True/False.