Skip to main content

Module set

Module set 

Source
Expand description

Set-based problems.

This module contains NP-hard problems based on set operations:

Structsยง

ComparativeContainment
Comparative Containment.
ConsecutiveSets
Consecutive Sets problem.
ExactCoverBy3Sets
Exact Cover by 3-Sets (X3C) problem.
IntegerKnapsack
The Integer Knapsack problem.
MaximumSetPacking
The Set Packing problem.
MinimumCardinalityKey
The Minimum Cardinality Key optimization problem.
MinimumHittingSet
The Minimum Hitting Set problem.
MinimumSetCovering
The Set Covering problem.
PrimeAttributeName
Prime Attribute Name decision problem.
RootedTreeStorageAssignment
SetBasis
The Set Basis decision problem.
SetSplitting
The Set Splitting problem.
ThreeDimensionalMatching
Three-Dimensional Matching (3DM) problem.
ThreeMatroidIntersection
Three-Matroid Intersection problem.
TwoDimensionalConsecutiveSets
2-Dimensional Consecutive Sets problem.