install lzip
tar -xvf lzip-1.16.tar.gzcd lzip-1.16
./configure
make
make check
sudo make install
install gmp
lzip -d gmp-6.0.0a.tar.lztar -xvf gmp-6.0.0a.tar
cd gmp-6.0.0/
./configure --prefix=/usr/local
make
make check
sudo make install
install mpfr
tar -xvf mpfr4.0.2.tar.gzcd mpfr4.0.2
./configure --with-gmp=/usr/local
make
make check
sudo make install
install boost
tar -xvf boost_1_70_0.tarcd boost_1_70_0
./bootstrap.sh
sudo ./b2 install -j2 --prefix=/usr/local
install gfortran
インストーラーがあるinstall SCIP
scipoptsuite-6.0.2.tgztar -xvf scipoptsuite-6.0.2
cd scipoptsuite-6.0.2
cmake .
make
sudo make install
skip
$ read ug/check/instances/MIP/stein27.fzn
$ optimize
$ display solution
CGAL
cd CGAL-5.0cmake .
export CMAKE_BUILD_TYPE="Release"
echo $CMAKE_BUILD_TYPE
sudo make install
0 件のコメント:
コメントを投稿