Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-garcia committed Dec 11, 2019
1 parent 3aa450b commit e67e60a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions main.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,6 @@ function main()
println("Initial solution created... \t" * string(tmp[2]))
costs[1,:] = RRB.cost(solution, instance, 3)

# # ILS-HPRC
# tmp = @timed solution = RRB.ILS_HPRC(solution, instance, start_time)
# println("Solution improved with ILS_HPRC \t" * string(tmp[2]))
# costs[2,:] = RRB.cost(solution, instance, 3)
#
# # VNS-LPRC
# tmp = @timed solution = RRB.VNS_LPRC(solution, instance, start_time)
# println("Solution improved with VNS_LPRC \t" * string(tmp[2]))
# costs[3,:] = RRB.cost(solution, instance, 3)

# Repair
tmp = @timed RRB.initialize_batches!(solution, instance)
tmp1 = @timed RRB.repair!(solution, instance)
Expand Down

0 comments on commit e67e60a

Please sign in to comment.