Skip to content

Commit

Permalink
Merge pull request #326 from alphaville/kylc/fix-alm-docs-typo
Browse files Browse the repository at this point in the history
Kylc/fix alm docs typo
  • Loading branch information
alphaville authored Sep 26, 2023
2 parents a83981f + 3114509 commit 3c6976a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-latest]
os: [ubuntu-20.04, ubuntu-latest]
env:
DO_DOCKER: 0
steps:
Expand Down
2 changes: 1 addition & 1 deletion docs/openrust-alm.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ pub fn df(u: &[f64], grad: &mut [f64]) -> Result<(), SolverError> {
Suppose we need to impose the constraint $F_1(u) \in C$, where $C=\\{z\in\mathbb{R}^2: \Vert{}z{}\Vert \leq 1\\}$
and $F_1$ is the mapping
$$
F_1(u)=\begin{bmatrix}2u_1 + u_1 + 0.5 \\\\ u_1+3u_2\end{bmatrix}
F_1(u)=\begin{bmatrix}2u_1 + u_3 + 0.5 \\\\ u_1+3u_2\end{bmatrix}
$$

```rust
Expand Down

0 comments on commit 3c6976a

Please sign in to comment.