java - How Can I pass Both TimeMatrix and DistanceMatrix in optaplanner -


i fetching timematrix(n*n) , distance matrix google api ,so how add in optaplanner vrp solver.what default vehicle speed optaplanner using routing? can change speed? this answer explains how pass actual distance matrix solver,like can pass actual time matrix solver.please help..

adjust vehicle routing example model roadlocation has separate distance matrix distance , time. put soft constraint both of them, each it's own weight. have weighted function of distance , time.


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -