Skip to content

Commit 7289cc1

Browse files
BambadeAntoine Bambadejcarpent
authored
update README and sync submodule (#20)
* update README and sync submodule * Update README.md Co-authored-by: Justin Carpentier <[email protected]> * Update README.md Co-authored-by: Justin Carpentier <[email protected]> * Update README.md Co-authored-by: Justin Carpentier <[email protected]> * Update README.md Co-authored-by: Justin Carpentier <[email protected]> * Update README.md Co-authored-by: Justin Carpentier <[email protected]> Co-authored-by: Antoine Bambade <[email protected]> Co-authored-by: Justin Carpentier <[email protected]>
1 parent f9c8679 commit 7289cc1

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,28 @@ This approach is available on Linux, Windows and Mac OS X.
3636

3737
Alternative installation procedures are presented in the [Installation Procedure](#installation-procedure) section.
3838

39+
## ProxSuite main features
40+
41+
**Proxsuite** is fast:
42+
43+
- C++ template library,
44+
- cache friendly.
45+
46+
**Proxsuite** is versatile, offering through a unified API advanced algorithms specialized for efficiently exploiting problem structures:
47+
48+
- dense, sparse and matrix free matrix factorization backends,
49+
- advanced warm-starting options (e.g., equality-constrained initial guess, warm-start or cold-start options from previous results).
50+
51+
**Proxsuite** is flexible:
52+
53+
- header only,
54+
- C++ 17/20 compliant,
55+
- Python and Julia bindings for easy code prototyping without sacrificing performances.
56+
57+
**Proxsuite** is extensible.
58+
**Proxsuite** is reliable and extensively tested, showing the best performances on the hardest problems of the literature.
59+
**Proxsuite** is supported and tested on Windows, Mac OS X, Unix and Linux.
60+
3961
## **ProxQP**
4062

4163
The **ProxQP** algorithm is a numerical optimization approach for solving quadratic programming problems of the form:

0 commit comments

Comments
 (0)