-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/oxfordcontrol/ClarabelDocs
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
<a href="https://oxfordcontrol.github.io/ClarabelDocs/stable"><img src="https://img.shields.io/badge/Documentation-stable-purple.svg"></a> | ||
<a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a> | ||
|
||
ClarabelDocs is the common documentation repository for the Clarabel solver. It contains documentation for both the Julia and Rust version of Clarabel, as well as the Python interface to the Rust version. | ||
ClarabelDocs is the common documentation repository for the Clarabel solver. It contains documentation for both the Julia and Rust version of Clarabel, as well as the Python interface to the Rust version. | ||
|
||
* For the main documentation site, go [here](https://oxfordcontrol.github.io/ClarabelDocs/stable). | ||
* For the Rust / Python implementations, go [here](https://github.com/oxfordcontrol/Clarabel.rs). | ||
* For the Julia implementation, go [here](https://github.com/oxfordcontrol/Clarabel.jl). | ||
* For the C and C++ interfaces to the Rust implementation, go [here](https://github.com/oxfordcontrol/Clarabel.cpp). | ||
* For the R interface to the Rust implementation, go [here](https://github.com/oxfordcontrol/clarabel-r). | ||
|
||
|