binpack 0.1.0

solve binpacking problems using Linear Programming
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "binpack"
version = "0.1.0"
edition = "2024"
description = "solve binpacking problems using Linear Programming"
authors = ["Brannon Dorsey <brannon@brannondorsey.com>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/brannondorsey/binpack"
keywords = ["binpacking", "binpack", "linear-programming"]
categories = ["mathematics", "algorithms"]
exclude = [".github/*"]

[dependencies]
good_lp = { version = "1.13.0" }
serde = { version = "1.0.219", features = ["derive"] }
serde_yaml = "0.9.34"