A java version of 3D bin packing located at https://github.com/wknechtel/3d-bin-pack .
It is a code conversion from C to Java, working as expected.
Added option to control both container and pallet rotation.
Added unit tests, using the thesis as reference for input and validation.
0.0.1: conversion from C to java.
0.1.0: now the packing is thread-safe.
0.1.1: fixing an issue that could pack items in negative x-positions.