clarabel 0.3.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
This directory provides a Julia wrapper for the Rust implementation of Clarabel.   
It provides a Julia package called "ClarabelRs", which can be used in place of 
the equivalent pure Julia package "Clarabel".  The main "Clarabel" package in 
Julia provides a shared MOI wrapper for these solvers, so JuMP works with both.

This package is intended only for development and benchmarking purposes by the  
Clarabel developers.   It may be modified / withdrawn / broken without warning.

If you just want to use the Clarabel solver in Julia, you are advised to use 
the native Julia implementation here:  https://github.com/oxfordcontrol/Clarabel.jl

You can also install the native Julia version directly using: 
julia> ]add Clarabel