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 whenever jagua-rs is added without default-features = false somewhere in the dependency tree.

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