FlipObjective-class function

The FlipObjective class.

The FlipObjective class.

This class represents a reduction that flips a minimization objective to a maximization and vice versa. class

## S4 method for signature 'FlipObjective,Problem' perform(object, problem) ## S4 method for signature 'FlipObjective,Solution,list' invert(object, solution, inverse_data)

Arguments

  • object: A FlipObjective object.
  • problem: A Problem object.
  • solution: A Solution to a problem that generated the inverse data.
  • inverse_data: The inverse data returned by an invocation to apply.

Methods (by generic)

  • perform(object = FlipObjective, problem = Problem): Flip a minimization objective to a maximization and vice versa.
  • invert(object = FlipObjective, solution = Solution, inverse_data =list): Map the solution of the flipped problem to that of the original.
  • Maintainer: Anqi Fu
  • License: Apache License 2.0 | file LICENSE
  • Last published: 2024-11-07