You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add MaximumClique<SimpleGraph, One> variant with weight cast and reductions
Register the One (unit weight) variant for MaximumClique so reduction paths
from MIS/SimpleGraph/One no longer require unnecessary weight promotion to
i32 before reaching MaxClique. Consolidate complement_edges into graph_helpers
to eliminate 3 duplicate copies (DRY).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments