Skip to content

Commit b0f1671

Browse files
committed
Improved unopy README
1 parent 1704a4c commit b0f1671

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

interfaces/Python/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
## Uno
22

3-
Uno is a solver for nonlinearly constrained optimization that unifies Lagrange-Newton (essentially **SQP** and **interior-point**) methods.
4-
It breaks them down into a set of common building blocks (e.g., strategies to compute descent directions and techniques to enforce globalization).
5-
`unopy` is Uno's Python interface.
3+
`unopy` is the Python interface of Uno, a C++ solver for nonlinearly constrained optimization that unifies Lagrange-Newton (essentially **SQP** and **interior-point**) methods.
4+
It breaks them down into a set of common building blocks such as constraint reformulation, step computation, and globalization.
65

76
## Example
87

0 commit comments

Comments
 (0)