Skip to content

Commit

Permalink
s/Cbc/HiGHS/ (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: Lars Hellemo <[email protected]>
  • Loading branch information
hellemo and hellemo authored Apr 4, 2022
1 parent f7e58e3 commit b30f45b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[deps]
Cbc = "9961bab8-2fa3-5c5a-9d89-47fab24efd76"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
5 changes: 2 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Base: product
using Cbc
using DataFrames
using Dictionaries
using HiGHS
using JuMP
using SparseVariables
using Test
Expand Down Expand Up @@ -191,9 +191,8 @@ end
sum(u[c, 2002] for c in cars)
)

set_optimizer(m, Cbc.Optimizer)
set_optimizer(m, HiGHS.Optimizer)
set_optimizer_attribute(m, MOI.Silent(), true)
set_optimizer_attributes(m, "loglevel" => 0)
optimize!(m)

tab = table(y)
Expand Down

0 comments on commit b30f45b

Please sign in to comment.