0 Forks
6 Stars
6 Watchers

CargoLoading

The programme finds an optimal packing configuration for a container with dimensions 33 x 8 x 5 via different methods - simple greedy search, backtracking and divide & conquer. There is also a sophisticated maximal layers algorithm which isn't fully implemented. After choosing the way of packing the container the programme displays the solution using JavaFX 3D. The whole report with all details is available here: https://goo.gl/RpDKf9 It was my university group project, which I developed in January 2018, therefore not all of the code was written by myself.

How to download and setup CargoLoading

Open terminal and run command
git clone https://github.com/blazejdolicki/CargoLoading.git
git clone is used to create a copy or clone of CargoLoading repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with CargoLoading https://github.com/blazejdolicki/CargoLoading/archive/master.zip

Or simply clone CargoLoading with SSH
[email protected]:blazejdolicki/CargoLoading.git

If you have some problems with CargoLoading

You may open issue on CargoLoading support forum (system) here: https://github.com/blazejdolicki/CargoLoading/issues