Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuvomoy committed Mar 7, 2023
1 parent 8c8c34d commit 284ced6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# SimplePDHG

Implements vanilla PDHG to solve standard form linear optimization problem:

min c'x
s.t. Ax = b
x ≥ 0
x ∈ ℝ^n.

2 comments on commit 284ced6

@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
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/79079

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.0 -m "<description of version>" 284ced6d1a3034d5553bd0fd9dc56b9b21416154
git push origin v0.1.0

Please sign in to comment.