Skip to content

wcools/BBdepthKnapsack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

BBdepthKnapsack

Depth First Branch and Bound algorithm to deal with the Knapsack problem (toy example)

Following a Coursera course on optimisation I set up this branch and bound in R. The code specifically addresses the knapsack problem and should be adapted if other problems are of interest. The basic structure in R should nevertheless remain the same.

About

[R] Depth First Branch & Bound : Knapsack problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages