Opened 10 years ago
Closed 10 years ago
#8166 closed Patches (fixed)
VF2 algorithms, non-induced subgraph isomorphism (the mono state)
Reported by: | Owned by: | Jeremiah Willcock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | graph |
Version: | Boost Development Trunk | Severity: | Not Applicable |
Keywords: | Cc: |
Description
Recently the VF2 algorithm have been added for graph isomorphism and induced subgraph isomorphism. However, the variant for general subgraph isomorphism was not. Attached is a patch which adds the functions vf2_subgraph_mono(...) implementing this third variant.
Additionally, the patch also fixes some true/false problems in the documentation of the user_callback return value.
Attachments (2)
Change History (5)
by , 10 years ago
Attachment: | vf2_subgraph_mono.patch added |
---|
comment:1 by , 10 years ago
Severity: | Problem → Not Applicable |
---|---|
Status: | new → assigned |
comment:2 by , 10 years ago
Patch updated, and I am completely fine with it being under the Boost license.
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Could you please include a change that adds your name to the author lists of the relevant files? Also, are you fine with your code being under the Boost license?