我正在尝试在 linux MINT 17 QIANA 上安装 SCIP 优化套件。我已经从http://scip.zib.de/下载了 scipoptsuite-3.1.0并使用 ZIMPL=false 选项运行了 make 命令。制作过程的结果是
** Build complete.
** Find your SCIP binary in "/home/patstop/Downloads/scipoptsuite-3.1.0/scip-3.1.0/bin".
** Enter "make test" to solve a number of easy instances in order to verify that SCIP runs correctly.
但是测试会失败,因为它找不到 scip bin 文件,实际上上面提到的目录中的链接已损坏。我真的不明白为什么会这样,几天前我确实在 Ubuntu 中成功安装了这个包,我不记得这个过程中有任何问题。有人可以告诉我我错过了什么吗?
编辑
这是错误消息:
make[1]: Entering directory `/home/patstop/Downloads/scipoptsuite-3.1.0/scip-3.1.0'
cd check; \
bash ./check.sh short bin/scip-3.1.0.linux.x86_64.gnu.opt.spx default scip-3.1.0.linux.x86_64.gnu.opt.spx 3600 2100000000 6144 1 default 10000 false false 3.1.0 spx false /tmp optimize;
Skipping test since the binary bin/scip-3.1.0.linux.x86_64.gnu.opt.spx does not exist.
make[1]: Leaving directory `/home/patstop/Downloads/scipoptsuite-3.1.0/scip-3.1.0'
我从运行命令的同一目录运行make
命令(我确实尝试从scip-3.1.0
dir 运行它,但结果是相同的)。这是ls -l
在 bin 目录中的结果(链接显示为红色):
lrwxrwxrwx 1 root root 35 Aug 25 19:26 scip -> scip-3.1.0.linux.x86_64.gnu.opt.spx
lrwxrwxrwx 1 root root 35 Aug 25 19:26 scip.linux.x86_64.gnu.opt.spx -> scip-3.1.0.linux.x86_64.gnu.opt.spx