Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 474 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 474 Bytes

Branch-Cut-and-Price Algorithm (BPCA) for the Bin Packing with Conflicts (BPC) Problem.

The solution was implemented using Julia JuMP, to be used with the Gurobi solver. Please see the bpc.jl file for the relevant code and the bpc.ipynb notebook for use.

Features:

  • Subset Row cuts
  • Ryan and Foster branching scheme
  • Martello L2 lower bound calculation
  • First Fit Decreasing (FFD) heuristic considering conflicts
  • Simple labelling price (paralellized)