Fix #1096: MinimumDominatingSet/One to MinimumHittingSet - #1105
Conversation
Implementation SummaryChanges
Verification
Deviations from Plan
Open Questions
|
Review pipeline reportReviewed the PR-specific five-file delta ( Structural and mathematical review
Quality review
Agentic feature reviewThe intended unit-weight CLI path passes end to end:
Important finding
The unavailable standalone model-example command for the exact Verification
Overall: the reduction itself is structurally complete, mathematically correct, well tested, and issue-compliant. One medium CLI discovery/metadata inconsistency should be addressed before merge. |
Summary
Implement the unit-weight Minimum Dominating Set to Minimum Hitting Set reduction by mapping graph vertices to universe elements and closed neighborhoods to target sets.
This is a stacked PR based on
1075-growth-domainata9067297as requested.Fixes #1096