Skip to content

Commit c51d53b

Browse files
committed
Update
1 parent 72842fe commit c51d53b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/src/submodules/Nonlinear/SymbolicAD.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ To revert back to the default sparse reverse mode algorithm, set the
8888

8989
## `simplilfy`
9090

91-
Use [`Nonlinear.SymbolicAD.simplify`](@ref) to simpify nonlinear expressions.
91+
Use [`Nonlinear.SymbolicAD.simplify`](@ref) to simplify nonlinear expressions.
9292
The simplification algorithm performs simple rewrites such as lifting nested
9393
summations:
9494

@@ -121,7 +121,7 @@ MOI.VariableIndex(1)
121121

122122
The list of rewrites that will be made is intentionally limited to keep the
123123
codebase simple. `Nonlinear.SymbolicAD` is not a substitute for a Computer
124-
Agebraic System (CAS). For example, we do not detect the relationship
124+
Algebraic System (CAS). For example, we do not detect the relationship
125125
``sin(x)^2+cos(x)^2=1``:
126126

127127
```jldoctest
@@ -252,7 +252,7 @@ where:
252252
`y`
253253
* `H` and `∇²f` form a sparse Hessian matrix, were `H` is the `(row, column)`
254254
index of each element, and the corresponding element in `∇²f` is the second
255-
partial derivative of `f` with respenct to `y[row]` and `y[column]`.
255+
partial derivative of `f` with respect to `y[row]` and `y[column]`.
256256

257257
Unlike [`Nonlinear.SymbolicAD.derivative`](@ref), the gradient and Hessian
258258
expressions have already been simplified; you do not need to call

docs/styles/config/vocabularies/JuMP/accept.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ Clp
4747
Goldfarb
4848
Gurobi
4949
GZip
50+
Hassan
51+
Hijazi
5052
Holy
5153
JSONSchema
5254
MOI

0 commit comments

Comments
 (0)