From c02a30199c3f965fc751670da2c1782ca29870bb Mon Sep 17 00:00:00 2001 From: Carlo Lucibello Date: Sat, 16 Jul 2022 13:41:04 +0200 Subject: [PATCH] Update README.md (#151) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bdbfd66..aba96244 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ The `JuliaNonconvex` organization hosts a number of packages which are available ## Design philosophy -[`Nonconvex.jl`] is a Julia package that implements and wraps a number of constrained nonlinear and mixed integer nonlinear programming solvers. There are 3 focus points of `Nonconvex.jl` compared to similar packages such as `JuMP.jl` and `NLPModels.jl`: +`Nonconvex.jl` is a Julia package that implements and wraps a number of constrained nonlinear and mixed integer nonlinear programming solvers. There are 3 focus points of `Nonconvex.jl` compared to similar packages such as `JuMP.jl` and `NLPModels.jl`: 1. Emphasis on a function-based API. Objectives and constraints are normal Julia functions. 2. The ability to nest algorithms to create more complicated algorithms.