Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
goulart-paul committed May 22, 2024
2 parents 38381bc + 6751933 commit bb26f43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<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.
This 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).
Expand Down
2 changes: 1 addition & 1 deletion docs/src/python/getting_started_py.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ settings = clarabel.DefaultSettings()
If you want to disable verbose printing and set a 5 second time limit on the solver, you can then just modify the fields:

```python
settings.verbose = True
settings.verbose = False
settings.time_limit = 5.
```

Expand Down

0 comments on commit bb26f43

Please sign in to comment.