How to do the branch and bound method?
What are the three pruning criterea?
How does the Cutting Plane algorithm work?
What is the definition of a relaxation?
Given two problems P1, max{f(x) | x in S} and P2 max{g(x)| x in T} P2 is a relaxation of P1 if:
What is the theorem about Lagrangean Dual?
For maximazation problems the Lagrangean Dual always yiels an upper bound that is at least as strong to the LP-relaxation problem.