MINIMUM MAXIMAL MATCHING (original) (raw)
Next: MAXIMUM TRIANGLE PACKING Up: Covering and Partitioning Previous: MINIMUM FEEDBACK ARC SET Index
MINIMUM MAXIMAL MATCHING
- INSTANCE:Graph .
- SOLUTION:A maximal matching E', i.e., a subset such that no two edges in E' shares a common endpoint and every edge in_E-E'_ shares a common endpoint with some edge in E'.
- MEASURE:Cardinality of the matching, i.e., .
- _Good News:_Approximable within 2 (any maximal matching).
- _Bad News:_APX-complete [471].
- _Comment:_Transformation from MINIMUM VERTEX COVER.
- Garey and Johnson: GT10
Viggo Kann
2000-03-20