我试图在Ubuntu16.04中安装scip软件包,但遇到了以下错误:
"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"我该怎么办?
发布于 2017-02-20 10:45:58
如果您运行的是make LPS=cpx或另一个线性求解器而不是soplex,并且尝试运行make test,那么您还必须编写make test LPS=cpx或abbr。你用的线性求解器。
https://askubuntu.com/questions/843424
复制相似问题