Skip to content

Commit

Permalink
Merge pull request #211 from scipopt/version-bump
Browse files Browse the repository at this point in the history
solver version, bump version
  • Loading branch information
matbesancon authored Nov 15, 2021
2 parents 087a0cd + 8c0ff70 commit 21415db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "SCIP"
uuid = "82193955-e24f-5292-bf16-6f2c5261a85f"
version = "0.9.8"
version = "0.10.0"

[deps]
Ipopt_jll = "9cc047cb-c261-5740-88fc-0cf96f7bdcc7"
Expand All @@ -10,7 +10,7 @@ SCIP_jll = "e5ac4fe4-a920-5659-9bf8-f9f73e9e79ce"

[compat]
Ipopt_jll = "^3.13.2"
MathOptInterface = "0.10"
MathOptInterface = "0.10.4"
SCIP_jll = "^0.1.2"
julia = "1"

Expand Down
4 changes: 4 additions & 0 deletions src/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ function MOI.set(o::Optimizer, ::MOI.TimeLimitSec, value)
end
end

MOI.supports(::Optimizer, ::MOI.SolverVersion) = true

MOI.get(::Optimizer, ::MOI.SolverVersion) = "v" * string(SCIP_versionnumber())

## model creation, query and modification

function MOI.is_empty(o::Optimizer)
Expand Down

0 comments on commit 21415db

Please sign in to comment.