Skip to content

Commit cc4054f

Browse files
committed
4 -> 3
1 parent 8d2d0c3 commit cc4054f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The `JuliaNonconvex` organization hosts a number of packages which are available
3131

3232
## Design philosophy
3333

34-
Nonconvex.jl is a Julia package that implements and wraps a number of constrained nonlinear and mixed integer nonlinear programming solvers. There are 4 unique features of Nonconvex.jl compared to similar packages such as JuMP.jl and NLPModels.jl:
34+
Nonconvex.jl is a Julia package that implements and wraps a number of constrained nonlinear and mixed integer nonlinear programming solvers. There are 3 features of Nonconvex.jl compared to similar packages such as JuMP.jl and NLPModels.jl:
3535

3636
1. Emphasis on a function-based API. Objectives and constraints are normal Julia functions.
3737
2. The ability to nest algorithms to create more complicated algorithms.

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Nonconvex.jl Documentation
22

3-
Nonconvex.jl is a Julia package that implements and wraps a number of constrained nonlinear and mixed integer nonlinear programming solvers. There are 4 unique features of Nonconvex.jl compared to similar packages such as JuMP.jl and NLPModels.jl:
3+
Nonconvex.jl is a Julia package that implements and wraps a number of constrained nonlinear and mixed integer nonlinear programming solvers. There are 3 features of Nonconvex.jl compared to similar packages such as JuMP.jl and NLPModels.jl:
44

55
1. Emphasis on a function-based API. Objectives and constraints are normal Julia functions.
66
2. The ability to nest algorithms to create more complicated algorithms.

0 commit comments

Comments
 (0)