Skip to content

Commit

Permalink
disable SCIP output for MOI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rschwarz committed Dec 22, 2018
1 parent 49494b4 commit aa3d318
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ const MOI = MathOptInterface
const MOIT = MOI.Test

const optimizer = SCIP.Optimizer()
MOI.set(optimizer, SCIP.Param("display/verblevel"), 0)

const config = MOIT.TestConfig(duals=false, infeas_certificates=false)

@testset "MOI Continuous Linear" begin
Expand Down

0 comments on commit aa3d318

Please sign in to comment.