BinaryProblem#

Partial implementation of the BinaryProblem interface.

Classes

BinaryProblem

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

Functions

check_BinaryProblem_is_multi_objective

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

check_BinaryProblem_is_single_objective

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

check_is_BinaryProblem

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