Opened 6 years ago

Last modified 6 years ago

#12612 new Bugs

Inconsistency in vf2_subgraph_iso documentation / return value

Reported by: Flavio De Lorenzi <fdlorenzi@…> Owned by: Jeremiah Willcock
Milestone: To Be Determined Component: graph
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

In the documentation it's said that vf2_subgraph_iso returns true if a graph-subgraph isomorphism exists and false otherwise. But the return value is actually given by the return value of detail::match, which returns true if the entire search space was explored and false otherwise. (This affects also previous versions).

Should I fix the return value or the documentation?

Best wishes, Flavio

Change History (1)

comment:1 by fdlorenzi@…, 6 years ago

Sorry, I made a mistake. The documentation and vf2_subgraph_iso's return value are correct. Only, the comment before detail::match may be changed. Just cosmetics...

Apologies for the inconvenience.

Regards, Flavio

Note: See TracTickets for help on using tickets.