MAXIMUM TRIANGLE PACKING (original) (raw)
Next: MAXIMUM H-MATCHING Up: Covering and Partitioning Previous: MINIMUM MAXIMAL MATCHING Index
MAXIMUM TRIANGLE PACKING
- INSTANCE:Graph
.
- SOLUTION:A triangle packing for G, i.e., a collection
of disjoint subsets of V, each containing exactly 3 vertices, such that for each
,
, all three of the edges
,
, and
belong to E.
- MEASURE:Cardinality of the triangle packing, i.e., the number of disjoint subsets
.
- _Good News:_Approximable within 3/2forany!for any forany!\varepsilon >0$[265].
- _Bad News:_APX-complete [280].
- _Comment:_Transformation from bounded MAXIMUM 3-DIMENSIONALMATCHING. Admits a PTAS for planar graphs [53] and for
-precision unit disk graphs [264]. Still APX-complete when the degree of G is bounded by 4 [280].
- Garey and Johnson: GT11
Viggo Kann
2000-03-20