Skip to content

Commit

Permalink
int vs Int typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-asmar committed Oct 27, 2023
1 parent c99ab3f commit 3a77d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/full_demo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function run_lego_demo(;
optimizer_time_limit::Int=600,
look_for_previous_milp_solution::Bool=false,
save_milp_solution::Bool=false,
previous_found_optimizer_time::int=30,
previous_found_optimizer_time::Int=30,
stop_after_task_assignment::Bool=false,
ignore_rot_matrix_warning::Bool=true,
rng::Random.AbstractRNG=Random.MersenneTwister(1)
Expand Down

0 comments on commit 3a77d9e

Please sign in to comment.