Cargo Features

[dependencies]
domino-lib = { version = "0.1.1", default-features = false, features = ["graphs", "lpmodels"] }
default = graphs

The graphs feature is set by default whenever domino-lib is added without default-features = false somewhere in the dependency tree.

graphs default
lpmodels = good_lp, highs, highs-sys

Affects domino-lib::lp_models, adapter::Adapter, model_execution_lib::execute, parser::ObjectiveType, parser::BoundType, parser::Bound, parser::Objective, parser::ModelParser

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

highs-sys lpmodels?
highs lpmodels?
good_lp lpmodels?