Hi strash,
I am writing to discuss a potential issue I have encountered while working with the DegeneracyAlgorithm.
Upon inspecting the DegeneracyAlgorithm, I noticed that if we simply modify the content of the findBestPivotNonNeighborsDegeneracy method to set all vertices in pivotNonNeighbors to be the vertices in the P set, the DegeneracyAlgorithm generates a significant number of incorrect maximal cliques, particularly including many subsets of maximal cliques.
This result looks strange, after all, if pivotNonNeighbors = P set, the enumeration result should not change in any way.
I would greatly appreciate it if you could provide an explanation for this issue or guide me on how to modify the code effectively to rectify it.
Looking forward to your insights and guidance.
Best regards,
Joey
Hi strash,
I am writing to discuss a potential issue I have encountered while working with the DegeneracyAlgorithm.
Upon inspecting the DegeneracyAlgorithm, I noticed that if we simply modify the content of the findBestPivotNonNeighborsDegeneracy method to set all vertices in pivotNonNeighbors to be the vertices in the P set, the DegeneracyAlgorithm generates a significant number of incorrect maximal cliques, particularly including many subsets of maximal cliques.
This result looks strange, after all, if pivotNonNeighbors = P set, the enumeration result should not change in any way.
I would greatly appreciate it if you could provide an explanation for this issue or guide me on how to modify the code effectively to rectify it.
Looking forward to your insights and guidance.
Best regards,
Joey