Skip to content

Commit

Permalink
Added Github action badge to README
Browse files Browse the repository at this point in the history
  • Loading branch information
cvanaret committed Oct 15, 2024
1 parent db317de commit 8f7f6d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Uno

<div align="center">

*A modern, modular solver for nonlinearly constrained nonconvex optimization*

</div>

Uno (Unifying Nonlinear Optimization) is a C++ library that unifies methods for solving nonlinearly constrained optimization problems of the form:
Expand All @@ -21,6 +19,7 @@ The theoretical abstract framework for unifying nonlinearly constrained nonconve
[David Kiessling](https://github.com/david0oo) implemented the funnel method.
[Silvio Traversaro](https://github.com/traversaro) and [Alexis Montoison](https://github.com/amontoison) contributed to the CMakeLists.

![Unit tests on Ubuntu workflow](https://github.com/cvanaret/Uno/actions/workflows/unit-tests-ubuntu.yml/badge.svg)

## Unifying nonlinearly constrained nonconvex optimization

Expand Down

0 comments on commit 8f7f6d3

Please sign in to comment.