Cargo Features

[dependencies]
fts-solver = { version = "0.5.1", default-features = false, features = ["clarabel", "osqp", "serde", "io", "schemars"] }
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 fts-core and indexmap

indexmap:

core crates used by the library

io = serde

Affects fts-solver::io

schemars

Enables schemars ^0.9