Module set

Module set 

Source
Expand description

Set-based optimization problems.

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

Structs§

SetCovering
The Set Covering problem.
SetPacking
The Set Packing problem.

Functions§

is_set_cover
Check if a selection of sets forms a valid set cover.
is_set_packing
Check if a selection of sets forms a valid set packing.