Cargo Features

[dependencies]
fts-solver = { version = "0.3.0", default-features = false, features = ["clarabel", "osqp", "serde", "io"] }
default = clarabel

The clarabel feature is set by default whenever fts-solver is added without default-features = false somewhere in the dependency tree.

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 indexmap

core crates used by the library

io = serde

Affects fts-solver::io