Cargo Features
[dependencies]
fts-solver = { version = "0.5.1", default-features = false, features = ["clarabel", "osqp", "serde", "io", "schemars"] }
- default = clarabel
-
The
clarabelfeature is set by default wheneverfts-solveris added withoutsomewhere in the dependency tree.default-features = false - clarabel default
-
Enables clarabel
black-box solvers we can pull in
Affects
impls::clarabel… - osqp
-
Enables osqp
Affects
impls::osqp… - serde io?
-
Enables serde
provide the option for (de)serialization of the raw solver types
and serde of fts-core and indexmap
indexmap:
core crates used by the library
- io = serde
-
Affects
fts-solver::io… - schemars
-
Enables schemars ^0.9