Skip to content

Commit

Permalink
Add support for v1.6.0 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Oct 4, 2023
1 parent a923088 commit 8728a64
Show file tree
Hide file tree
Showing 4 changed files with 707 additions and 924 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
HiGHS_jll = "=1.5.1, =1.5.3"
HiGHS_jll = "=1.5.1, =1.5.3, =1.6.0"
MathOptInterface = "1.7"
PrecompileTools = "1"
julia = "1.6"
Expand Down
4 changes: 2 additions & 2 deletions gen/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Clang = "40e3b903-d033-50b4-a0cc-940c62c95e31"
HiGHS_jll = "8fd58aa0-07eb-5a78-9b36-339c94fd15ea"

[compat]
Clang = "0.14"
HiGHS_jll = "1.5.1"
Clang = "0.17"
HiGHS_jll = "1.6.0"
2 changes: 2 additions & 0 deletions src/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1792,6 +1792,8 @@ function MOI.optimize!(model::Optimizer)
)
end
_set_variable_primal_start(model)
ret = Highs_zeroAllClocks(model)
_check_ret(ret)
ret = Highs_run(model)
_store_solution(model, ret)
# TODO(odow): resetting the bounds here invalidates previously stored
Expand Down
Loading

0 comments on commit 8728a64

Please sign in to comment.