Skip to content

Commit

Permalink
deps from crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
goulart-paul committed Jul 30, 2022
1 parent 384fd47 commit 060c0ac
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/src/api_rs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<head>
<title>Old Page</title>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0; URL=https://www.docs.rs/" />
<meta http-equiv="refresh" content="0; URL=https://docs.rs/clarabel/" />
</head>
<body>
<p>Clarabel.rs API documentation is at <a href="https://www.docs.rs/">https://www.docs.rs/</a>. Trying to redirect you...</p>
<p>Clarabel.rs API documentation is at <a href="https://www.docs.rs/">https://docs.rs/clarabel/</a>. Trying to redirect you...</p>
</body>
```
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ __Clarabel__ is an interior point numerical solver for convex optimization probl

```math
\begin{array}{r}
\text{minimize} & \frac{1}{2}x^T P x + q^T x\\\\[2ex]
\text{subject to} & Ax + s = b \\\\[1ex]
\text{minimize} & \frac{1}{2}x^T P x + q^T x\\[2ex]
\text{subject to} & Ax + s = b \\[1ex]
& s \in \mathcal{K}
\end{array}
```
Expand Down
2 changes: 1 addition & 1 deletion examples/rs/example_QP/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ license = "Apache-2.0"
description = "Clarabel Conic Interior Point Solver : QP Example"

[dependencies]
clarabel = {version = "0", path = "/Users/pgoulart/projects/clarabel/rust"}
clarabel = {version = "0"}
2 changes: 1 addition & 1 deletion examples/rs/example_SOCP/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ license = "Apache-2.0"
description = "Clarabel Conic Interior Point Solver : SOCP Example"

[dependencies]
clarabel = {version = "0", path = "/Users/pgoulart/projects/clarabel/rust"}
clarabel = {version = "0"}
2 changes: 1 addition & 1 deletion examples/rs/example_intro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ license = "Apache-2.0"
description = "Clarabel Conic Interior Point Solver : Introductory Example"

[dependencies]
clarabel = {version = "0", path = "/Users/pgoulart/projects/clarabel/rust"}
clarabel = {version = "0"}

0 comments on commit 060c0ac

Please sign in to comment.