clarabel 0.11.1

Clarabel Conic Interior Point Solver for Rust / Python
Documentation
1
2
3
4
5
6
7
8
9
//! Clarabel.rs Julia interface.
//!
//! This module implements a Julia wrapper for the Rust version of Clarabel.   
//! This module is intended for developer benchmarking and testing purposes.
//! Most Julia users should instead using the native Julia implementation of
//! this solver, available [here](https://github.com/oxfordcontrol/Clarabel.jl).

pub(crate) mod interface;
pub(crate) mod types;