cut-optimizer-1d 0.2.2

A cut optimizer for cutting linear pieces
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Cut Optimizer 1D

## Description

Cut Optimizer 1D is a cut optimizer library for optimizing linear cuts.

Given desired cut pieces and stock pieces, 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](LICENSE-MIT)), or Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE))