Skip to content

Branch-and-Price Algorithm for the Bin Packing Problem (using CPLEX as pricer and LP solver). It implements a Ryan-Foster branching scheme and it explores the branching tree in a depth-first fashion. The pricing problems are solved via a DP algorithm only at the root node. No heuristic initialisation phase... yet :-)

Notifications You must be signed in to change notification settings

fabiofurini/B-P_BinPackingProblem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

BranchAndPrice_BinPackingProblem

Branch-and-Price Algorithm for the Bin Packing Problem (using cplex as pricer and LP solver)

About

Branch-and-Price Algorithm for the Bin Packing Problem (using CPLEX as pricer and LP solver). It implements a Ryan-Foster branching scheme and it explores the branching tree in a depth-first fashion. The pricing problems are solved via a DP algorithm only at the root node. No heuristic initialisation phase... yet :-)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages