From c202f1b12e1fd47f5024a9914fa3063e539c6003 Mon Sep 17 00:00:00 2001 From: Sungho Shin Date: Sun, 30 Jul 2023 11:15:28 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b726e9c3..8ab94e28 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ # SIMDiff.jl +An implementation of SIMD abstraction of nonlinear programs and its automatic differentiation + +[![codecov](https://codecov.io/gh/sshin23/SIMDiff.jl/branch/main/graph/badge.svg?token=8ViJWBWnZt)](https://codecov.io/gh/sshin23/SIMDiff.jl) [![build](https://github.com/sshin23/SIMDiff.jl/actions/workflows/test.yml/badge.svg)](https://github.com/sshin23/SIMDiff.jl/actions/workflows/test.yml)