Question

I have a problem with running the VRP example in the SCIP package, I follow the instruction provided in this link: http://scip.zib.de/doc/html/START.php

but when I run "make" inside the created VRP directory, I got the following error: No rule to make target ../../src/objscip/objscip.h', needed byobj/O.linux.x86_64.gnu.opt/main_vrp.o'. Stop.

can someone help me please?

Was it helpful?

Solution

I assume you adjusted the SCIPDIR in the Makefile?

Probably, you just forgot to run "make depend" before making, so that the old SCIPDIR is still stated in the dependency file.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top