Skip to content

Commit

Permalink
update benchmark files v2
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBarner committed Jul 18, 2024
1 parent e4afa04 commit 8172ac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/run_mcp_mp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ data_mp =

model_mp = build_complementarity_model(data_mp)

options = (output = "yes", time_limit = 36000, cumulative_iteration_limit = 10000)
options = (output = "yes", time_limit = 36000, cumulative_iteration_limit = 100000)
solve_mcp(model_mp; options...)
2 changes: 1 addition & 1 deletion data/run_mcp_pc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ data_pc =

model_pc = build_complementarity_model(data_pc)

options = (output = "yes", time_limit = 36000, cumulative_iteration_limit = 10000)
options = (output = "yes", time_limit = 36000, cumulative_iteration_limit = 100000)
solve_mcp(model_pc; options...)

0 comments on commit 8172ac3

Please sign in to comment.