Skip to content

Branch and Bound for the 0/1 Knapsack Problem using Lagrangian Relaxation

Latest
Compare
Choose a tag to compare
@shah314 shah314 released this 27 Dec 04:57

A Java implementation of the branch and bound algorithm for the 0/1 knapsack problem. The code uses Lagrangian relaxation to prune the search tree. It uses best first search. The Lagrangian multipliers are computed using coordinate ascent in an iterative algorithm