jasonrhansen / cut-optimizer-2d

2D Cut Optimizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cut Optimizer 2D

Description

Cut Optimizer 2D is a cut optimizer library for optimizing rectangular cut pieces from sheet goods.

Given desired cut pieces and stock sheets, it will attempt to layout the cut pieces in way that gives the least waste. It can't guarantee the most optimizal solution possible, since this would be too inefficient. Instead it uses genetic algorithms and multiple heuristics to solve the problem. This usually results in a satisfactory solution.

License

Duel-license under MIT license (LICENSE-MIT), or Apache License, Version 2.0 (LICENSE-APACHE)

About

2D Cut Optimizer

License:Apache License 2.0


Languages

Language:Rust 100.0%