Search code examples
cplexscip

SCIP with Cplex


I have a problem running scip with cplex! when I run "make LPS=cpx ZIMPL=false", I got the following error: make LPS=cpx ZIMPL=false
make: * No rule to make target ~/scipoptsuite-3.0.2/scip-3.0.2/lib/liblpicpx.linux.x86_64.gnu.opt.a', needed bybin/vrp.linux.x86_64.gnu.opt.cpx'. Stop.

Can someone please help me?


Solution

  • It seems that you are trying to build the VRP example of SCIP. Before you can do this, you need to build SCIP itself with the exact same options, in particular also with CPLEX as LP solver. You can even do this from the VRP example directory by using the Makefile target 'scip', i.e., make LPS=cpx ZIMPL=false scip.