Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuvomoy committed Dec 19, 2021
1 parent c365f33 commit 027b1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<a href="#Contact">Contact</a>
</p>

`NExOS.jl` is a `Julia` package that implements **N**onconvex **E**xterior-point **O**ptimization **S**olver (NExOS). The package is tailored for minimizing a convex cost function over a nonconvex constraint set.
`NExOS.jl` is a `Julia` package that implements **N**onconvex **E**xterior-point **O**ptimization **S**olver (NExOS). The package is tailored for minimizing a convex cost function over a nonconvex constraint set.

``NExOS.jl`` considers nonconvex optimization problems of the following form:

Expand Down

2 comments on commit 027b1eb

@Shuvomoy
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/50827

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.4 -m "<description of version>" 027b1eb6a4b9de96474e6da9fe0acd6a4ceef68d
git push origin v0.1.4

Please sign in to comment.