IntegerProblem#
Partial implementation of the IntegerProblem interface.
Classes
Partially implemented class for optimization problems with nominal decision variables where the goal is to select an optimal subset. |
Functions
Check if a IntegerProblem is multi objective in nature, otherwise raise TypeError. |
|
Check if a IntegerProblem is single objective in nature, otherwise raise TypeError. |
|
Check if object is of type IntegerProblem, otherwise raise TypeError. |