clarabel 0.7.0

Clarabel Conic Interior Point Solver for Rust / Python
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[project]
name = "clarabel"
requires-python = ">=3.7"
dependencies = [
    "numpy",
    "scipy"
] 
classifiers = [
    "Programming Language :: Rust",
]

[tool.maturin]
python-source = "python"
features = ["python"]