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
Fix#789: HC→StackerCrane reduction returns incorrect result on prism graph (#791)
Zero-cost connector edges allowed multi-hop shortest paths between
non-adjacent arcs, creating optimal SC permutations that don't map back
to valid Hamiltonian circuits. Change connector edge lengths from 0 to 1
so only single-hop connectors are optimal (cost 2n instead of n).
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments