Skip to content

Commit

Permalink
Update nlp_consistency.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Aug 19, 2024
1 parent 4ab821f commit 836ea14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nlp_consistency.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ for problem in nlp_problems
problem_f = eval(Symbol(lowercase(problem)))
nlp_moi = MathOptNLPModel(problem_f())
nlps = [nlp_manual; nlp_moi]
consistent_nlps(nlps, linear_api = true, test_slack = false)
consistent_nlps(nlps, linear_api = true, test_slack = false, exclude = [])
view_subarray_nlp(nlp_moi)
end
end

0 comments on commit 836ea14

Please sign in to comment.