Cargo Features

[dependencies]
affinitree = { version = "0.21.1", default-features = false, features = ["minilp", "highs"] }
default = minilp

The minilp feature is set by default whenever affinitree is added without default-features = false somewhere in the dependency tree.

minilp default

Enables minilp

Affects polyhedron::LinearProgram

highs

Enables highs