mck- / Open-VRP

Open-source framework for modeling Vehicle Routing Problems.
310 stars 86 forks source link

load test case issues #14

Closed ghost closed 12 years ago

ghost commented 12 years ago

Hi Just try the following command in your console : $ cd $HOME $ git clone https://github.com/mck-/Open-VRP $ sbcl

You will get the following error : debugger invoked on a SB-INT:SIMPLE-FILE-ERROR in thread

<THREAD "initial thread" RUNNING {AB1F999}>:

error opening #P"/home/kairaba/test-cases/25-cust.txt"

To correct this bug, we need to change the definition of the test-case variables in the file test-cases.lisp. So, we get the following definitions : (defvar solomon25 (load-testcase-solomon (merge-pathnames "test-cases/25-cust.txt" (asdf:system-source-directory 'open-vrp)))) ... I put some other corrections in my open-vrp fork. Cheers