-
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 pull request #1 from oxfordcontrol/v0.3.0-dev
v0.3.0 updates
- Loading branch information
Showing
7 changed files
with
43 additions
and
15 deletions.
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,7 +1,7 @@ | ||
name = "ClarabelDocs" | ||
uuid = "5bffead5-e986-4d40-a894-38d9eb53c10f" | ||
authors = ["Paul Goulart <[email protected]>"] | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
|
||
[deps] | ||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
|
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
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
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
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Clarabel Solver Settings | ||
|
||
|
||
The Clarabel solver supports a variety of configuration options. The Julia, Rust and Python | ||
and interfaces all support the same set of options with identical field names. | ||
|
||
!!! warning | ||
The solver defaults are configured to give good general performance for most problems, but | ||
assume that the problem data is of 64 bit float type. Although the Rust and Julia solvers | ||
will accept 32 bit types instead (i.e. `Float64` in Julia or `f32` in Rust), the solver | ||
is unlikely to perform well unless the tolerances are relaxed. | ||
|
||
--- | ||
|
||
The full set of options follows below. | ||
|
||
|
||
|
||
## [Settings](@id api-settings) | ||
|
||
```@docs | ||
Clarabel.Settings | ||
``` | ||
|
||
|
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
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