Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kibaekkim authored Jun 3, 2023
1 parent 8bcae2a commit 1a19965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SqpSolver.jl

![Run tests](https://github.com/exanauts/SqpSolver.jl/workflows/Run%20tests/badge.svg?branch=master)
[![codecov](https://codecov.io/gh/exanauts/SqpSolver.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/exanauts/SqpSolver.jl)
![Run tests](https://github.com/exanauts/SqpSolver.jl/workflows/Run%20tests/badge.svg?branch=main)
[![codecov](https://codecov.io/gh/exanauts/SqpSolver.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/exanauts/SqpSolver.jl)

This is a Julia package that implements sequantial quadratic programming algorithms for continuous nonlinear optimization.

Expand Down

0 comments on commit 1a19965

Please sign in to comment.