We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f358ed9 commit d09cd71Copy full SHA for d09cd71
README.md
@@ -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