Knapsack has a trivial relaxation and thus can be used to explain Branch and Bound without knowledge of Linear Programming.
I guess that this would be the best start to explain the fundamentals of nearly all exact solvers. We do this in our bachelor lecture "Algorithms and Datastructure 2"
Knapsack has a trivial relaxation and thus can be used to explain Branch and Bound without knowledge of Linear Programming. I guess that this would be the best start to explain the fundamentals of nearly all exact solvers. We do this in our bachelor lecture "Algorithms and Datastructure 2"