From 8f7f6d32c26501f870613192f2b771efbd9b1970 Mon Sep 17 00:00:00 2001 From: Charlie Vanaret Date: Tue, 15 Oct 2024 12:39:06 +0200 Subject: [PATCH] Added Github action badge to README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 58d008ce..3b6c7a6a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ # Uno
- *A modern, modular solver for nonlinearly constrained nonconvex optimization* -
Uno (Unifying Nonlinear Optimization) is a C++ library that unifies methods for solving nonlinearly constrained optimization problems of the form: @@ -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