Hi,
You are correct as Euclidean Distance is not optimal for intralogistics. It is used as a sample in the notebook demo to compute sample vehicle routes. Manhattan distance is a better approach within a warehouse. We plan to add a feature in the next release that allows users to provide a weighted waypoint graph and a list of target locations which can include task locations, desired starting or ending locations. The required cost matrix will be then computed by CuOpt based on the provided inputs.
Thanks for your feedback on the notebook requests. This is something we are already considering in our future releases.
Thanks,