Skip to content

Commit

Permalink
Update generate_precompile.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillis authored Jul 14, 2024
1 parent 07a5779 commit a778db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/generate_precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ primal_feas::Vector{Float64} = []
dual_feas::Vector{Float64} = []


cases::Vector{Tuple{Int,Int,Int}} = [(0,3,10),(3,2,1000),(5,0,10)]
cases::Vector{Tuple{Int,Int,Int}} = [(0,3,10)]
# cases::Vector{Tuple{Int,Int,Int}} = [(0,3,10),(2,2,1000),(1,1,1000),(0,0,1000)]
for (lin_solver_id,print_level, max_iters) in cases
nlp_interface = MadnlpCInterface(
Expand Down

0 comments on commit a778db6

Please sign in to comment.