Cargo Features

nnv-rs has no features set by default.

[dependencies]
nnv-rs = { version = "0.6.1", features = ["lp_coincbc", "lp_gurobi", "blas_intel-mkl", "blas_openblas-system"] }
lp_coincbc = coin_cbc

Enables coin_cbc of good_lp

lp_gurobi = grb
blas_intel-mkl

Enables intel-mkl of ndarray-linalg ^0.14.1 and truncnorm

blas_openblas-system = blas-src, openblas-src

Enables openblas-system of ndarray-linalg ^0.14.1 and truncnorm and blas of ndarray

ndarray:

Enable blas usage
See README for more instructions

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.

blas-src blas_openblas-system?

Enables blas-src ^0.8

coin_cbc lp_coincbc?
good_lp lp_coincbc?
grb lp_gurobi?
openblas-src blas_openblas-system?