Skip to content
This repository was archived by the owner on Jun 14, 2020. It is now read-only.

Commit 6497f9b

Browse files
authored
return nothing from optimize (#65)
1 parent 5b7fc34 commit 6497f9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/solve.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ function MOI.optimize!(model::LinQuadOptimizer)
6363
model.constraint_dual_solution *= -1
6464
model.variable_dual_solution *= -1
6565
end
66+
return
6667
end
6768

6869

0 commit comments

Comments
 (0)