Skip to content

Commit

Permalink
Add MIP solver to HiGHS (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Jul 5, 2021
1 parent 74310c8 commit 543ef17
Show file tree
Hide file tree
Showing 4 changed files with 320 additions and 58 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
HiGHS_jll = "=0.3.0"
HiGHS_jll = "=0.3.1"
MathOptInterface = "0.9.17"
julia = "1.3"

Expand Down
Loading

2 comments on commit 543ef17

@odow
Copy link
Member Author

@odow odow commented on 543ef17 Jul 5, 2021

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/40318

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.2.0 -m "<description of version>" 543ef17921cbe99cb7d540345bdcb0086a2464ca
git push origin v0.2.0

Please sign in to comment.