Skip to content

Commit d09cd71

Browse files
committed
Add README
1 parent f358ed9 commit d09cd71

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# ArrayAD
2+
3+
| **Build Status** |
4+
|:----------------:|
5+
| [![Build Status][build-img]][build-url] [![Codecov branch][codecov-img]][codecov-url] |
6+
7+
Experimental addition of array support to `MOI.Nonlinear.ReverseAD`
8+
9+
> [!WARNING]
10+
> This code is still very much experimental
11+
12+
[build-img]: https://github.com/blegat/ArrayAD.jl/actions/workflows/ci.yml/badge.svg?branch=main
13+
[build-url]: https://github.com/blegat/ArrayAD.jl/actions?query=workflow%3ACI
14+
[codecov-img]: https://codecov.io/gh/blegat/ArrayAD.jl/branch/main/graph/badge.svg
15+
[codecov-url]: https://codecov.io/gh/blegat/ArrayAD.jl/branch/main

0 commit comments

Comments
 (0)