The three-dimensional knapsack problem with balancing constraint is an optimization problem described in Baldi et al.
In this repository you can find:
- a CPLEX implementation of this model under the folder 3BKP/.
- a CPLEX implementaion of an extended model with multiple Knapsacks (Multi3BKP/).
- a CPLEX implementation of an extension of the 3BKP, that tries to find the minimum Knapsacks dimensions that contain all the given items (SmallHull/).
- a WebGL program that gives a 3D representation of the program's output
- Some Instances and an instance generator (MultiInstance/)
- A benchmark script and an RScript to generate latex tables of the results obtained by the benchmark
- A report written in Italian