aritrasep / NLNS_VND.jl

NLNS+VND Metaheuristic Algorithm for solving Combinatorial Optimization Problems
Other
9 stars 0 forks source link

time windows constraints #1

Open wzhuwz opened 5 years ago

wzhuwz commented 5 years ago

Thanks for your contribution, and I am very interested in this study.

In the README file, it says this algorithm can be used to solve problems with time windows. I would like to know whether the time windows have been tackled in the local search procedures. Since I am not familiar with Julia, I really need your response. Many thanks. Look forward to your reply.

aritrasep commented 5 years ago

@wzhuwz Thanks for your interest. I didn't get time to implement time window constraints. Also this package doesn't support v0.7 of Julia. Please have a look at ortools instead.

wzhuwz commented 5 years ago

Many thanks for your reply and suggestions.