check_IntegerProblem_is_single_objective#

pybrops.opt.prob.IntegerProblem.check_IntegerProblem_is_single_objective(v, vname)[source]#

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

Parameters:
  • v (IntegerProblem) – A IntegerProblem for which to check the number of objectives.

  • vname (str) – Name of variable to print in TypeError message.

Return type:

None