cut-optimizer-2d

Crates.iocut-optimizer-2d
lib.rscut-optimizer-2d
version0.4.2
sourcesrc
created_at2019-12-10 22:45:03.087059
updated_at2022-03-17 21:17:49.916336
descriptionA cut optimizer for cutting rectangular pieces from sheet goods
homepage
repositoryhttps://github.com/jasonrhansen/cut-optimizer-2d.git
max_upload_size
id188327
size174,616
Jason Hansen (jasonrhansen)

documentation

README

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)

Commit count: 54

cargo fmt