📚 Practice Mode

Integer Programming: Formulations and Algorithms

Learn at your own pace with hints and detailed explanations

1 / 14
Multiple Choice

Which of the following is a valid formulation for an Integer Programming problem?

  1. Minimize z = 2x + 3y
  2. Maximize z = 2x + 3y subject to x, y ≥ 0
  3. Maximize z = 2x + 3y subject to x, y ∈ Z
  4. Minimize z = 2x + 3y subject to x, y ∈ R