Kuifje02 / vrpy

A python framework for solving the VRP and its variants with column generation.
MIT License
179 stars 43 forks source link

KeyError visit_node question #103

Closed shunana closed 3 years ago

shunana commented 3 years ago

Hi I have a question. I am using the vrpy to solve a VRP problem, so far I have created a graph as guided, then when I try to solve the problem I get the following error.

keyerror_visit_node

What does that exactly referer to ? As I can see it is connected to other nodes, and sink. Hope that you can help, thanks

Kuifje02 commented 3 years ago

Wow that is a funky node name ☺️ Try using a name without any special characters, including ´- ´ and see if that does the trick.

shunana commented 3 years ago

Yeah 😅 I will try and let you know ;)

shunana commented 3 years ago

Thanks ! it worked :)