Best choices over discrete possibilities.
Answer five questions about Discrete Optimization and get instant feedback.
Question 1
Score you try to make as small or as large as possible
Answer options
- Objective function
- Parameter
- Feasible set
- Constraint
Key Idea
In discrete optimization, the objective can mix several goals, like minimizing cost plus a penalty for late delivery, so solutions that break rules become less attractive.
Question 2
This image question appears in the interactive quiz.
Answer options
- Knapsack problem
- Traveling salesman problem
- Shortest path
- Set cover
Key Idea
The knapsack problem captures choosing the most value under a strict capacity limit.
Question 3
This image question appears in the interactive quiz.
Answer options
- Traveling salesman problem
- Set cover
- Minimum spanning tree
- Knapsack problem
Key Idea
The traveling salesman problem asks for the shortest tour visiting each location once.
Question 4
What can never improve the best value in a minimization problem?
Answer options
- Adding a constraint
- Removing a constraint
- Relaxing a constraint
- Changing the objective
Key Idea
In a minimization model, adding constraints only shrinks the feasible set, so the optimum can stay the same or get worse, and it can even make the problem infeasible.
Question 5
Replacing an integer variable by a real variable in an interval, often to get a useful bound
Answer options
- Relaxation
- Tightening
- Linearization
- Branching
Key Idea
In integer programming, the LP relaxation's optimal value is a bound, and the ratio or difference to the best integer solution, the integrality gap, predicts how hard the instance may be.