Cargo Features
[dependencies]
jagua-rs = { version = "0.5.1", default-features = false, features = ["separation-distance", "spp", "bpp"] }
- default = separation-distance
-
The
separation-distance
feature is set by default wheneverjagua-rs
is added without
somewhere in the dependency tree.default-features = false - separation-distance default
-
Enables support for defining a minimum separation distance between items and any hazard.
Enables geo-offset and geo-types
Affects
shape_modification::offset_shape
… - spp
-
Enables support for the Strip Packing Problem
Affects
probs::spp
… - bpp
-
Enables support for the Bin Packing Problem
Affects
probs::bpp
…