An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Packing

[![Build Status](https://travis-ci.org/JuliaGeometry/Packing.jl.svg)](https://travis-ci.org/JuliaGeometry/Packing.jl)
[![codecov.io](http://codecov.io/github/JuliaGeometry/Packing.jl/coverage.svg?branch=master)](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!