Fundamental Algorithms8 sections · 291 units
Open in CourseQuiz: Search Optimization
Test your understanding
Check Your Understanding
What's the key difference between branch and bound and simple pruning?
- A.Branch and bound is faster
- B.Pruning only works for constraint satisfaction
- C.Branch and bound uses a bound on the optimal value to prune; pruning uses validity constraints
- D.Branch and bound doesn't backtrack