Giter VIP home page Giter VIP logo

3d_packing_problem's Introduction

3D Packing Problem

For the course Master Research Project 2 at Maastricht University we developed algorithms to fill containers with different parcel or pentominoes. We also implemented a visualizer and a tournament suite. The tournament suite will be used for a course where Bachelor students will design algorithms to solve these problems.

Parcel Problem

In the parcel problem, we fill a container given a set of parcels with corresponding values. We try to pack the container to maximize the sum of the values of the packed parcels. We implemented a variant of the CLTRS algorithm to do this. Some examples:

Pentomino Problem

Pentominoes are like Tetris pieces but consisting out of 5 blocks. We implemented a combination of a Dancing Links Algorithm (Algorithm X) and the CLTRS algorithm. We use the DLX to fill smaller parcels with pentominoes. These filled parcels are then passed to the CLTRS algorithm to fill the whole container.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.