Skip to content

Commit

Permalink
SCIP to HiGHS
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon committed Dec 12, 2024
1 parent 47e1072 commit 589bef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/optimal_experiment_design.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using Random
using Distributions
using LinearAlgebra
using Statistics
using SCIP
using HiGHS
using MathOptInterface
const MOI = MathOptInterface
using SparseArrays
Expand Down Expand Up @@ -51,7 +51,7 @@ end
Build MOI version of the lmo.
"""
function build_moi_lmo(m)
o = SCIP.Optimizer()
o = HiGHS.Optimizer()
MOI.empty!(o)
MOI.set(o, MOI.Silent(), true)

Expand Down

0 comments on commit 589bef1

Please sign in to comment.