Skip to content

Commit

Permalink
callbacks issues
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphMota committed Apr 24, 2023
1 parent b8489b4 commit 87486ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/MathOptInterface/MOI_callbacks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const MOI = MathOptInterface
function callback_simple_model()
model = Xpress.Optimizer(
HEURSTRATEGY = 0,
HEUREMPHASIS = 0,
OUTPUTLOG = 0
)

Expand All @@ -27,6 +28,7 @@ end
function callback_knapsack_model()
model = Xpress.Optimizer(
OUTPUTLOG = 0,
HEURSTRATEGY = 0,
HEUREMPHASIS = 0,
CUTSTRATEGY = 0,
PRESOLVE = 0,
Expand Down

0 comments on commit 87486ca

Please sign in to comment.