Skip to content

Commit 5f665fa

Browse files
authored
Update README.md
1 parent 6c87de9 commit 5f665fa

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
`EOptInterface.jl`, or <ins>**E**</ins>quation-oriented <ins>**Opt**</ins>imization <ins>**Interface**</ins>, is an abstraction layer for automatically formulating mathematical programming `Model`s in `JuMP` directly from componentized equation-oriented `System`s built using `ModelingToolkit`'s high-level `@mtkmodel` interface.
44

5-
| **PSOR Lab** | **Documentation** | **Build Status** |
6-
|:------------:|:-----------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:|
7-
| [![](https://img.shields.io/badge/Developed_by-PSOR_Lab-342674)](https://psor.uconn.edu/) | [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://PSORLab.github.io/EOptInterface.jl/stable/) [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://PSORLab.github.io/EOptInterface.jl/dev/) | [![Build Status](https://github.com/PSORLab/EOptInterface.jl/workflows/CI/badge.svg?branch=main)](https://github.com/PSORLab/EOptInterface.jl/actions?query=workflow%3ACI) [![codecov](https://codecov.io/gh/PSORLab/EOptInterface.jl/graph/badge.svg?token=1x9pOV439N)](https://codecov.io/gh/PSORLab/EOptInterface.jl) |
8-
9-
10-
5+
| **PSOR Lab** | **Build Status** |
6+
|:------------:|:-----------------------------------------------------------------------------------------------:|
7+
| [![](https://img.shields.io/badge/Developed_by-PSOR_Lab-342674)](https://psor.uconn.edu/) | [![Build Status](https://github.com/PSORLab/EOptInterface.jl/workflows/CI/badge.svg?branch=main)](https://github.com/PSORLab/EOptInterface.jl/actions?query=workflow%3ACI) [![codecov](https://codecov.io/gh/PSORLab/EOptInterface.jl/graph/badge.svg?token=1x9pOV439N)](https://codecov.io/gh/PSORLab/EOptInterface.jl) |
118

9+
<!--
10+
**Documentation** |
11+
:-----------------------------------------------------------------:|
12+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://PSORLab.github.io/EOptInterface.jl/stable/) [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://PSORLab.github.io/EOptInterface.jl/dev/) |
13+
-->
1214

1315
## Feature Summary
1416

@@ -279,3 +281,4 @@ JuMP.optimize!(model)
279281

280282

281283

284+

0 commit comments

Comments
 (0)