Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimg committed Jul 4, 2020
1 parent 5cf2ee8 commit b4acc17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bench/runbench.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const MOI = MathOptInterface

using TimerOutputs

struct RadomLP
struct RandomLP
rows::Int
cols::Int
dens::Float64
Expand Down Expand Up @@ -145,4 +145,4 @@ function solve_clp(seed, data; time_limit_sec=Inf)

end

solve_clp(10, RadomLP(10000, 20000, 0.01); time_limit_sec=5)
solve_clp(10, RandomLP(10000, 20000, 0.01); time_limit_sec=5)

0 comments on commit b4acc17

Please sign in to comment.