-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
ruleA new reduction rule to be added.A new reduction rule to be added.
Milestone
Description
Source: 3-DIMENSIONAL MATCHING
Target: MINIMUM BROADCAST TIME
Motivation: Skipped — source problem 3DM is a specialization of Set Packing (3-element sets from three disjoint universes). Implement the general Set Packing reductions first.
Reference: Garey & Johnson, Computers and Intractability, ND49, p.219
Specialization Note
- 3-Dimensional Matching (3DM) is a restriction of Set Packing where the universe is partitioned into three disjoint sets X, Y, Z and each set in the collection has exactly one element from each.
MaximumSetPackingexists in the codebase atsrc/models/set/maximum_set_packing.rs.- 3DM itself does not yet have a dedicated model (P128).
- Blocked on: 3DM model implementation (P128).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ruleA new reduction rule to be added.A new reduction rule to be added.
Type
Projects
Status
Backlog