SubsetProblem#

Partial implementation of the SubsetProblem interface.

Classes

SubsetProblem

Partially implemented class for optimization problems with nominal decision variables where the goal is to select an optimal subset.

Functions

check_SubsetProblem_is_multi_objective

Check if a SubsetProblem is multi objective in nature, otherwise raise TypeError.

check_SubsetProblem_is_single_objective

Check if a SubsetProblem is single objective in nature, otherwise raise TypeError.

check_is_SubsetProblem

Check if object is of type SubsetProblem, otherwise raise TypeError.