error when trying to install scip

I try to install scip package in Ubuntu 16.04 but I encounter this error:

"bin/scip-3.2.1.linux.x86_64.gnu.opt.spx" not found. This is needed by ./check.sh to work. Check your $PATH variable or install the tool "bin/scip-.2.1.linux.x86_64.gnu.opt.s"

What should I do?

1

1 Answer

If you ran make LPS=cpx or another linear solver other than soplex and tried to run make test then you also have to write make test LPS=cpx or the abbr. of the linear solver you used.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like