https://github.com/juliageometry/packing.jl
Algorithms for packing problems
https://github.com/juliageometry/packing.jl
Last synced: about 1 year ago
JSON representation
Algorithms for packing problems
- Host: GitHub
- URL: https://github.com/juliageometry/packing.jl
- Owner: JuliaGeometry
- License: other
- Created: 2015-05-22T09:13:50.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T17:12:53.000Z (over 3 years ago)
- Last Synced: 2024-05-08T21:21:20.118Z (about 2 years ago)
- Language: Julia
- Size: 35.2 KB
- Stars: 11
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Packing
[](https://travis-ci.org/JuliaGeometry/Packing.jl)
[](http://codecov.io/github/JuliaGeometry/Packing.jl?branch=master)
Repository for packing algorithms.
So far, just a very simple rectangle algorithm and GuillotineBinPack (https://github.com/juj/RectangleBinPack/blob/master/GuillotineBinPack.cpp) are ported.
More will come, hopefully!