Skip to content

Commit 19b63ea

Browse files
authored
Update README.md
1 parent 8311c3e commit 19b63ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Through **ProxSuite**, we aim at offering to the community scalable optimizers w
1515

1616
**ProxSuite** is actively developped and supported by the [Willow](https://www.di.ens.fr/willow/) and [Sierra](https://www.di.ens.fr/sierra/) research groups, joint research teams between [Inria](https://www.inria.fr/en), [École Normale Supérieure de Paris](https://www.ens.fr) and [Centre National de la Recherche Scientifique](https://www.cnrs.fr).
1717

18-
**ProxSuite** is integrated into the [cvxpy](https://www.cvxpy.org/) modeling language for convex optimization problems.
18+
**ProxSuite** is integrated into the [CVXPY](https://www.cvxpy.org/) modeling language for convex optimization problems and into [CasADi](https://web.casadi.org/)'s symbolic framework for numerical optimization in general and optimal control.
1919

2020
## Getting started
2121

@@ -66,7 +66,7 @@ g++ -O3 -march=native -DNDEBUG -std=gnu++17 -DPROXSUITE_VECTORIZE examples/bench
6666
**Proxsuite** is flexible:
6767

6868
- header only,
69-
- C++ 17/20 compliant,
69+
- C++ 14/17/20 compliant,
7070
- Python and Julia bindings for easy code prototyping without sacrificing performances.
7171

7272
**Proxsuite** is extensible.

0 commit comments

Comments
 (0)