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
- 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 ^0.15.4
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.