IntegerProblem#

Partial implementation of the IntegerProblem interface.

Classes

IntegerProblem

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

Functions

check_IntegerProblem_is_multi_objective

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

check_IntegerProblem_is_single_objective

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

check_is_IntegerProblem

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