From 8840b7d2d2bbea76a33bfcb1487a016351cbbc20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Mon, 21 Jun 2021 23:23:43 -0400 Subject: [PATCH] Remove useless line (#168) --- src/MOI_wrapper.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/MOI_wrapper.jl b/src/MOI_wrapper.jl index a812027..e1059aa 100644 --- a/src/MOI_wrapper.jl +++ b/src/MOI_wrapper.jl @@ -858,8 +858,6 @@ function MOI.optimize!(model::Optimizer) else max_objective!(model.inner, f) end - # TODO remove - f(zeros(num_variables), zeros(num_variables)) end Jac_IJ = num_nl_constraints > 0 ? MOI.jacobian_structure(model.nlp_data.evaluator) : Tuple{Int,Int}[]