Code Monkey home page Code Monkey logo

Comments (2)

imankgoyal avatar imankgoyal commented on June 19, 2024

Hello,

Thanks for you interest in our work. The packing problem in PackIt is a variant of 3D Bin Packing problem. Following are the major difference in my view:

-- What matter in standard bin packing is the size of the object. There is no notion of shape of an object. The volume occupied by two objects is equal to the sum of the volume of two objects. This is not the case with PackIt. There is a significant emphasis on the shape and how to put shapes together in PackIt. In PackIt two objects might "perfectly fit" or there could be empty space while putting them together. Hence the volume occupied when two objects are together would be more than the individual volumes.

-- Standard bin packing asks the question: find the minimum number of boxes required to pack some objects together. While in PackIt, the question asked in can the following objects be put in the given box.

I think an extension/variant on PackIt can be used to solve the variant of 3D Bin Packing Problem you might be interested in.

Best,
Ankit

from packit.

only-changer avatar only-changer commented on June 19, 2024

Ok, I got it. Thank you~

from packit.

Related Issues (3)

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.